EnterpriseOneTransactionLogisticsInventoryObjectsSupplySchemaRoutes Property |
Gets a typed query for the Logistics.Inventory.SupplySchemaRoute entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<SupplySchemaRoute, SupplySchemaRoutesRepository> SupplySchemaRoutes { get; }
Public ReadOnly Property SupplySchemaRoutes As TransactionQuery(Of SupplySchemaRoute, SupplySchemaRoutesRepository)
Get
public:
property TransactionQuery<SupplySchemaRoute^, SupplySchemaRoutesRepository^>^ SupplySchemaRoutes {
TransactionQuery<SupplySchemaRoute^, SupplySchemaRoutesRepository^>^ get ();
}
member SupplySchemaRoutes : TransactionQuery<SupplySchemaRoute, SupplySchemaRoutesRepository> with get
Property Value
Type:
TransactionQuerySupplySchemaRoute,
SupplySchemaRoutesRepository
See Also