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