Jelölő adatok IsActive
Mezőgazdaság termeltetés IsActive Számviteli készletnél szállítólevél DateExecution
This commit is contained in:
+2
-2
@@ -31,8 +31,8 @@ Public Class ImmovablesCostRecordContactRow
|
||||
End Property
|
||||
<Browsable(False)> Property UniqueObjects As UniqueObjects
|
||||
Property Controlling As Controlling
|
||||
Property CostHolder As CostHolder
|
||||
Property CostPlace As CostPlace
|
||||
<DataSourceCriteria("IsActive != False")> Property CostHolder As CostHolder
|
||||
<DataSourceCriteria("IsActive != False")> Property CostPlace As CostPlace
|
||||
Property JobNumberObjects As JobNumberObjects
|
||||
Property ShortName As String
|
||||
Property DateExecution As Date
|
||||
|
||||
+1
@@ -93,6 +93,7 @@ Public Class ImmovablesCostRecordGroup
|
||||
SetPropertyValue("CostRecordBaseMode", _CostRecordBaseMode, value)
|
||||
End Set
|
||||
End Property
|
||||
<DataSourceCriteria("IsActive != False")>
|
||||
Property CostPlace As CostPlace
|
||||
Get
|
||||
Return _CostPlace
|
||||
|
||||
+2
-1
@@ -171,7 +171,8 @@ Public Class Immovables
|
||||
SetPropertyValue("CustomersLessor", _CustomersLessor, value)
|
||||
End Set
|
||||
End Property
|
||||
<NonCloneable()> _
|
||||
<NonCloneable()>
|
||||
<DataSourceCriteria("IsActive != False")>
|
||||
Property UniqueObjects() As UniqueObjects
|
||||
Get
|
||||
Return _UniqueObjects
|
||||
|
||||
+1
@@ -150,6 +150,7 @@ Public Class ImmovablesGroupsParameters
|
||||
SetPropertyValue("CostHolder", _CostHolder, value)
|
||||
End Set
|
||||
End Property
|
||||
<DataSourceCriteria("IsActive != False")>
|
||||
Property CostPlace As CostPlace
|
||||
Get
|
||||
Return _CostPlace
|
||||
|
||||
Reference in New Issue
Block a user