Click or drag to resize

AssetTransactionLinesRepositoryOperationType Class

Allowed values for the OperationType data attribute
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Aloe.EnterpriseOne.Model.Finance.AssetsAssetTransactionLinesRepositoryOperationType

Namespace:  Aloe.EnterpriseOne.Model.Finance.Assets
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class OperationType : Enum

The AssetTransactionLinesRepositoryOperationType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAdjustment
Adjustment value. Stored as 'ADJ'.
Public fieldStatic memberDepreciation
Depreciation value. Stored as 'DEP'.
Public fieldStatic memberPurchase
Purchase value. Stored as 'PUR'.
Public fieldStatic memberReevaluation
Reevaluation value. Stored as 'REV'.
Public fieldStatic memberSale
Sale value. Stored as 'SLS'.
Public fieldvalue__
Top
See Also