Click or drag to resize

DepreciationPlanLine Properties

The DepreciationPlanLine type exposes the following members.

Properties
  NameDescription
Public propertyAsset
The asset that is planned for depreciation. [Required] [Filter(multi eq)]
Public propertyChangingAttributes
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.)
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyDepreciationEndDate
End date of the depreciation plan for this asset. [Required]
Public propertyDepreciationMethod
Depreciation method by which the asset will be depreciated. [Required] [Filter(multi eq)]
Public propertyDepreciationPlan
The DepreciationPlan to which this DepreciationPlanLine belongs. [Required] [Filter(multi eq)] [Owner]
Public propertyDepreciationStartDate
Start date of the depreciation plan for this asset. [Required]
Public propertyDocument
The DepreciationPlan to which this DepreciationPlanLine belongs. [Required] [Filter(multi eq)]
(Overrides DocumentChildDocument.)
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyFixedValues
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from EntityObject.)
Public propertyIsLoaded
Gets a value indicating whether the associated data for this domain object is loaded.
(Overrides EntityObjectIsLoaded.)
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyLineNo
Consecutive number of the line within the depreciation plan. [Required] [Filter(eq)]
Public propertyLineNumber
Consecutive number of the line within the depreciation plan. [Required] [Filter(eq)]
(Overrides DocumentLineLineNumber.)
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyPlanDepreciationValue
The part of the total amount of the asset (in the currency of the asset), which is due for depreciation. [Currency: Asset.ValuationCurrency] [Required] [Default(0)]
Public propertyRepository
Provides access to DepreciationPlanLinesRepository repository methods
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Public propertyValuationModel
Valuation model in which the asset is accounted. [Required] [Filter(multi eq)]
Top
See Also