CostTypeRepository Property |
Provides access to CostTypesRepository repository methods
Namespace:
Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CostTypesRepository Repository { get; }
Public ReadOnly Property Repository As CostTypesRepository
Get
public:
property CostTypesRepository^ Repository {
CostTypesRepository^ get ();
}
member Repository : CostTypesRepository with get
Property Value
Type:
CostTypesRepository
See Also