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