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