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