EnterpriseOneTransactionGeneralProductsObjectsProductTypes Property |
Gets a typed query for the General.Products.ProductType entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<ProductType, ProductTypesRepository> ProductTypes { get; }
Public ReadOnly Property ProductTypes As TransactionQuery(Of ProductType, ProductTypesRepository)
Get
public:
property TransactionQuery<ProductType^, ProductTypesRepository^>^ ProductTypes {
TransactionQuery<ProductType^, ProductTypesRepository^>^ get ();
}
member ProductTypes : TransactionQuery<ProductType, ProductTypesRepository> with get
Property Value
Type:
TransactionQueryProductType,
ProductTypesRepository
See Also