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