EnterpriseOneTransactionCrmObjectsCustomerTypes Property |
Gets a typed query for the Crm.CustomerType entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<CustomerType, CustomerTypesRepository> CustomerTypes { get; }
Public ReadOnly Property CustomerTypes As TransactionQuery(Of CustomerType, CustomerTypesRepository)
Get
public:
property TransactionQuery<CustomerType^, CustomerTypesRepository^>^ CustomerTypes {
TransactionQuery<CustomerType^, CustomerTypesRepository^>^ get ();
}
member CustomerTypes : TransactionQuery<CustomerType, CustomerTypesRepository> with get
Property Value
Type:
TransactionQueryCustomerType,
CustomerTypesRepository
See Also