Search Results for

    Show / Hide Table of Contents

    Interface IGetPathAllocatedToSetEntity

    Namespace: LemonEdge.API.Core.FinancialServices.Helpers
    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
    Type Name Description
    IQueryable<IObjectEntity> entities
    IQueryable<ISetEntity> setEntities
    Func<EntityDescriptor, IQueryable> getQueryable
    Returns
    Type Description
    IQueryable<IObjectEntity>

    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
    Type Name Description
    IEntityRetriever context
    IReadOnlyCache cache
    Guid allocatedToEntityID
    Returns
    Type Description
    Task<Guid>

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.