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