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