AssetTransactionLineOperationType Property |
Type of the current asset operation: PUR = Purchase, SLS = Sale, DEP = Depreciation, ADJ = Adjustment, REV = Reevaluation. [Required] [Default("ADJ")] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Assets
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic AssetTransactionLinesRepositoryOperationType OperationType { get; set; }
Public Property OperationType As AssetTransactionLinesRepositoryOperationType
Get
Set
public:
property AssetTransactionLinesRepositoryOperationType^ OperationType {
AssetTransactionLinesRepositoryOperationType^ get ();
void set (AssetTransactionLinesRepositoryOperationType^ value);
}
member OperationType : AssetTransactionLinesRepositoryOperationType with get, set
Property Value
Type:
AssetTransactionLinesRepositoryOperationType
See Also