Class StructureAllocQueries
Inheritance
StructureAllocQueries
Assembly: LemonEdge.API.Core.FinancialServices.dll
Syntax
public class StructureAllocQueries : CustomServiceQueryExtender<IAllocationAmount>
Constructors
StructureAllocQueries()
Declaration
public StructureAllocQueries()
Methods
GetAllocationAmounts(Guid[], Guid[])
Declaration
public IQueryable<IAllocationAmount> GetAllocationAmounts(Guid[] entitySetIDs, Guid[] pathIDs)
Parameters
Type |
Name |
Description |
Guid[] |
entitySetIDs |
|
Guid[] |
pathIDs |
|
Returns
Extension Methods