Click or drag to resize

DepreciationMethodDepreciationFunction Property

Basic mathematical depreciation function used to calculate asset depreciation. STL=Straight Line, SYD=Sum of Years Digits, FAC=Depreciation change by factor, TAB=User defined with table. [Required] [Default("STL")]

Namespace:  Aloe.EnterpriseOne.Model.Finance.Assets
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public DepreciationMethodsRepositoryDepreciationFunction DepreciationFunction { get; set; }

Property Value

Type: DepreciationMethodsRepositoryDepreciationFunction
See Also