Interface IGetPathAllocatedToSetEntity
Assembly: LemonEdge.API.Core.FinancialServices.dll
Syntax
public interface IGetPathAllocatedToSetEntity
Methods
GetAllocatedToEntitiesFromEntities(IQueryable<IObjectEntity>, IQueryable<ISetEntity>, Func<EntityDescriptor, IQueryable>)
Declaration
IQueryable<IObjectEntity> GetAllocatedToEntitiesFromEntities(IQueryable<IObjectEntity> entities, IQueryable<ISetEntity> setEntities, Func<EntityDescriptor, IQueryable> getQueryable)
Parameters
Returns
GetPathAllocatedToSetEntity(IEntityRetriever, IReadOnlyCache, Guid)
This returns the backing entity id for a given allocated to entity id in a path. By default this is the same id, but in the asset management dll, given a partner term id it returns the backing investor id from the partner.
Declaration
Task<Guid> GetPathAllocatedToSetEntity(IEntityRetriever context, IReadOnlyCache cache, Guid allocatedToEntityID)
Parameters
Returns
Extension Methods