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