Search Results for

    Show / Hide Table of Contents

    Class GetGLAllocationsForEntities

    Returns a set of IGLPostingAllocated entities that are for the specified EntityID, not included in the specified transfer, and less than the specified date

    The EntityID for the parent posting includes or excludes the specified entities too

    Used by TransactionAllocatedTransferProcessorExtender, and can be called using ExecuteCustomQuery<T>(String, Object[]).
    Inheritance
    System.Object
    CustomServiceQueryExtender<IGLPostingAllocated>
    GetGLAllocationsForEntities
    Inherited Members
    CustomServiceQueryExtender<IGLPostingAllocated>.Init()
    CustomServiceQueryExtender<IGLPostingAllocated>.Helper
    CustomServiceQueryExtender<IGLPostingAllocated>.BaseItems
    CustomServiceQueryExtender<IGLPostingAllocated>.BaseItemsForType
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LemonEdge.Entities.Processors.Transactional
    Assembly: API.dll
    Syntax
    public class GetGLAllocationsForEntities : CustomServiceQueryExtender<IGLPostingAllocated>

    Methods

    GetGLAllocatedAmountsForEntities(Guid, DateTimeOffset, AllocationTiming, Guid[], Guid[], Guid)

    Returns a set of IGLPostingAllocated entities that are for the specified EntityID, not included in the specified transfer, and less than the specified date

    Declaration
    public IQueryable<IGLPostingAllocated> GetGLAllocatedAmountsForEntities(Guid transferID, DateTimeOffset endDate, AllocationTiming timing, Guid[] includeEntityIDs, Guid[] excludeEntityIDs, Guid forAllocatedEntityID)
    Parameters
    Type Name Description
    System.Guid transferID

    The transfer id to make sure the gl posting amounts are not associated with

    System.DateTimeOffset endDate

    The end date to make sure all matching gl posting amounts have an effective date less than

    AllocationTiming timing

    If EndOfDay then the EffectiveDate must be less than or equal to endDate, otherwise less than the effective date.

    System.Guid[] includeEntityIDs

    Specifies a set of entities that the parent gl posting (EntityID) of the returned amounts must be against.

    System.Guid[] excludeEntityIDs

    Specifies a set of entities that the parent gl posting (EntityID) of the returned amounts must not be against.

    System.Guid forAllocatedEntityID

    Specifies the entity id the gl posting amounts must be for

    Returns
    Type Description
    System.Linq.IQueryable<IGLPostingAllocated>

    A set of IGLPostingAllocated entities that are for the specified EntityID, not included in the specified transfer, and less than the specified date

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)

    See Also

    CustomServiceQueryExtender<T>
    In This Article
    Back to top © LemonEdge Technology. All rights reserved.