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