CalculationCosts Property |
Namespace:
Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<CalculationCost> Costs { get; }
Public ReadOnly Property Costs As ChildCollection(Of CalculationCost)
Get
public:
property ChildCollection<CalculationCost^>^ Costs {
ChildCollection<CalculationCost^>^ get ();
}
member Costs : ChildCollection<CalculationCost> with get
Property Value
Type:
ChildCollectionCalculationCost
See Also