Search Results for

    Show / Hide Table of Contents

    Class GetPathAllocatedToSetEntity

    Inheritance
    object
    GetPathAllocatedToSetEntity
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Core.FinancialServices.Helpers
    Assembly: LemonEdge.API.Core.FinancialServices.dll
    Syntax
    public static class GetPathAllocatedToSetEntity

    Methods

    GetAllocatedToEntitiesFromEntities(IQueryable<IObjectEntity>, IQueryable<ISetEntity>, Func<EntityDescriptor, IQueryable>)

    Declaration
    public static 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>

    GetPathAllocatedToSetEntityID(IEntityRetriever, IReadOnlyCache, Guid)

    Declaration
    public static Task<Guid> GetPathAllocatedToSetEntityID(IEntityRetriever context, IReadOnlyCache cache, Guid allocatedToEntityID)
    Parameters
    Type Name Description
    IEntityRetriever context
    IReadOnlyCache cache
    Guid allocatedToEntityID
    Returns
    Type Description
    Task<Guid>
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.