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