Search Results for

    Show / Hide Table of Contents

    Enum AllocationTiming

    The timing allocation amounts are effective from on a given date

    Namespace: LemonEdge.API.Entities
    Assembly: API.dll
    Syntax
    public enum AllocationTiming : short

    Fields

    Name Description
    EndOfDay

    Indicates allocations are valid from the end of the day, effectively matching on date + 1

    StartOfDay

    Indicates allocations are valid from the beginning of the day, effectively matching on date

    Extension Methods

    EnumHelper.GetShortFlaggedValues<AllocationTiming>()
    EnumHelper.ToShortGuid<AllocationTiming>()
    MiscExtensions.SetIfNotEqual<AllocationTiming, P>(Expression<Func<AllocationTiming, P>>, P)
    ReflectionExtensions.ClearEventInvocations(String)
    ReflectionExtensions.GetEnumValueCustomAttributes<AttrType, AllocationTiming>()
    StringExtensions.ToCSVFormatString(Type)
    SQLExtensions.ToSQLValue(Boolean)
    In This Article
    Back to top © LemonEdge Technology. All rights reserved.