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