Click or drag to resize

DepreciationMethodsRepositoryDepreciationFunction Class

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

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

The DepreciationMethodsRepositoryDepreciationFunction type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDepreciationChangeByFactor
DepreciationChangeByFactor value. Stored as 'FAC'.
Public fieldStatic memberStraightLine
StraightLine value. Stored as 'STL'.
Public fieldStatic memberSumOfYearsDigits
SumOfYearsDigits value. Stored as 'SYD'.
Public fieldStatic memberUserDefinedWithTable
UserDefinedWithTable value. Stored as 'TAB'.
Public fieldvalue__
Top
See Also