EnterpriseOneTransactionApplicationsRentalObjectsAssetConsumables Property |
Gets a typed query for the Applications.Rental.AssetConsumable entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<AssetConsumable, AssetConsumablesRepository> AssetConsumables { get; }
Public ReadOnly Property AssetConsumables As TransactionQuery(Of AssetConsumable, AssetConsumablesRepository)
Get
public:
property TransactionQuery<AssetConsumable^, AssetConsumablesRepository^>^ AssetConsumables {
TransactionQuery<AssetConsumable^, AssetConsumablesRepository^>^ get ();
}
member AssetConsumables : TransactionQuery<AssetConsumable, AssetConsumablesRepository> with get
Property Value
Type:
TransactionQueryAssetConsumable,
AssetConsumablesRepository
See Also