EnterpriseOneTransactionApplicationsServiceObjectsServiceAgreementServices Property |
Gets a typed query for the Applications.Service.ServiceAgreementService entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<ServiceAgreementService, ServiceAgreementServicesRepository> ServiceAgreementServices { get; }
Public ReadOnly Property ServiceAgreementServices As TransactionQuery(Of ServiceAgreementService, ServiceAgreementServicesRepository)
Get
public:
property TransactionQuery<ServiceAgreementService^, ServiceAgreementServicesRepository^>^ ServiceAgreementServices {
TransactionQuery<ServiceAgreementService^, ServiceAgreementServicesRepository^>^ get ();
}
member ServiceAgreementServices : TransactionQuery<ServiceAgreementService, ServiceAgreementServicesRepository> with get
Property Value
Type:
TransactionQueryServiceAgreementService,
ServiceAgreementServicesRepository
See Also