EnterpriseOneTransactionFinanceAssetsObjectsDepreciationPlanLineFixedValues Property |
Gets a typed query for the Finance.Assets.DepreciationPlanLineFixedValue entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<DepreciationPlanLineFixedValue, DepreciationPlanLineFixedValuesRepository> DepreciationPlanLineFixedValues { get; }
Public ReadOnly Property DepreciationPlanLineFixedValues As TransactionQuery(Of DepreciationPlanLineFixedValue, DepreciationPlanLineFixedValuesRepository)
Get
public:
property TransactionQuery<DepreciationPlanLineFixedValue^, DepreciationPlanLineFixedValuesRepository^>^ DepreciationPlanLineFixedValues {
TransactionQuery<DepreciationPlanLineFixedValue^, DepreciationPlanLineFixedValuesRepository^>^ get ();
}
member DepreciationPlanLineFixedValues : TransactionQuery<DepreciationPlanLineFixedValue, DepreciationPlanLineFixedValuesRepository> with get
Property Value
Type:
TransactionQueryDepreciationPlanLineFixedValue,
DepreciationPlanLineFixedValuesRepository
See Also