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
Syntaxpublic DepreciationMethodsRepositoryDepreciationFunction DepreciationFunction { get; set; }
Public Property DepreciationFunction As DepreciationMethodsRepositoryDepreciationFunction
Get
Set
public:
property DepreciationMethodsRepositoryDepreciationFunction^ DepreciationFunction {
DepreciationMethodsRepositoryDepreciationFunction^ get ();
void set (DepreciationMethodsRepositoryDepreciationFunction^ value);
}
member DepreciationFunction : DepreciationMethodsRepositoryDepreciationFunction with get, set
Property Value
Type:
DepreciationMethodsRepositoryDepreciationFunction
See Also