EnterpriseOneTransactionLogisticsInventoryObjectsProductValuationGroups Property |
Gets a typed query for the Logistics.Inventory.ProductValuationGroup entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<ProductValuationGroup, ProductValuationGroupsRepository> ProductValuationGroups { get; }
Public ReadOnly Property ProductValuationGroups As TransactionQuery(Of ProductValuationGroup, ProductValuationGroupsRepository)
Get
public:
property TransactionQuery<ProductValuationGroup^, ProductValuationGroupsRepository^>^ ProductValuationGroups {
TransactionQuery<ProductValuationGroup^, ProductValuationGroupsRepository^>^ get ();
}
member ProductValuationGroups : TransactionQuery<ProductValuationGroup, ProductValuationGroupsRepository> with get
Property Value
Type:
TransactionQueryProductValuationGroup,
ProductValuationGroupsRepository
See Also