Search Results for

    Show / Hide Table of Contents

    Enum GroupType

    The type of grouping in a filter

    Namespace: LemonEdge.Utils.Database
    Assembly: LemonEdge.Utils.dll
    Syntax
    public enum GroupType : short
    Remarks

    Mapped to telerik composite filters

    Fields

    Name Description
    And

    Items are combined to gether through the And logical operation

    Not

    The logical results are inverted

    Or

    Items are combined to gether through the And logical operation

    Extension Methods

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