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