Search Results for

    Show / Hide Table of Contents

    Enum QueryRunnerHandlerInstanceType

    Indicates the type of instance that can be used with a IQueryRunnerHandler

    Namespace: LemonEdge.API.Core.Reporting.Queries
    Assembly: LemonEdge.API.dll
    Syntax
    public enum QueryRunnerHandlerInstanceType : short

    Fields

    Name Description
    Custom

    Indicates the handler has custom instance entities that can be used

    Entity

    Indicates the handler requires an instance of an entity

    None

    Indicates the handler does not require any instance of an item

    Extension Methods

    LinqExtensions.AsArray<QueryRunnerHandlerInstanceType>(QueryRunnerHandlerInstanceType)
    LinqExtensions.ToArrayOfOne<QueryRunnerHandlerInstanceType>(QueryRunnerHandlerInstanceType)
    LinqExtensions.ToListOfOne<QueryRunnerHandlerInstanceType>(QueryRunnerHandlerInstanceType)
    MiscExtensions.SetIfNotEqual<QueryRunnerHandlerInstanceType, TP>(QueryRunnerHandlerInstanceType, Expression<Func<QueryRunnerHandlerInstanceType, TP>>, TP)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.