Search Results for

    Show / Hide Table of Contents

    Class UnMappedGL

    Inheritance
    object
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>
    SQLWrapperExecuter
    UnMappedGL
    Inherited Members
    SQLWrapperExecuter.GetWrapperInterpretor()
    SQLWrapperExecuter.Execute(CancellationToken)
    SQLWrapperExecuter.ExecuteCount()
    SQLWrapperExecuter.GetResultValue(ISQLWrapperResult, string)
    SQLWrapperExecuter.GetResultValue<T>(ISQLWrapperResult, string)
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>._sqlWrapperName
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>._sqlWrapperID
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>._sqlWrapper
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>._params
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.GetWrapper()
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.ClearParameters()
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.AddParameters(IReadOnlyDictionary<string, string>)
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.AddParameter<V>(string, V)
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.AddParameter(string, bool)
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.AddParameter<V>(string, V?)
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.AddAsOfDate(DateTimeOffset)
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.AddCanvasID(Guid)
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.ClearFilter()
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.SetFilter(QueryableExecuter<ISQLWrapperResult>)
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.ParametersAreValid()
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.GetFilter()
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.GetQueryArgumentsAndFilter()
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.Execute(CancellationToken)
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.ExecuteCount()
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.Retriever
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.Cache
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.Parameters
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.Filter
    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 class UnMappedGL : SQLWrapperExecuter

    Constructors

    UnMappedGL(IEntityRetriever, IReadOnlyCache)

    Declaration
    public UnMappedGL(IEntityRetriever retriever, IReadOnlyCache cache)
    Parameters
    Type Name Description
    IEntityRetriever retriever
    IReadOnlyCache cache

    Fields

    PARAM_ENTITYSETID

    Declaration
    public const string PARAM_ENTITYSETID = "@entitySetID"
    Field Value
    Type Description
    string

    QUERYNAME

    Declaration
    public const string QUERYNAME = "GetUnMappedGL"
    Field Value
    Type Description
    string

    Methods

    AddEntitySetID(Guid)

    Declaration
    public UnMappedGL AddEntitySetID(Guid entitySetID)
    Parameters
    Type Name Description
    Guid entitySetID
    Returns
    Type Description
    UnMappedGL

    Execute(IEntityRetriever, IReadOnlyCache, Guid, QueryableExecuter<ISQLWrapperResult>)

    Declaration
    public static Task<IEnumerable<ISQLWrapperResult>> Execute(IEntityRetriever retriever, IReadOnlyCache cache, Guid entitySetID, QueryableExecuter<ISQLWrapperResult> filter = null)
    Parameters
    Type Name Description
    IEntityRetriever retriever
    IReadOnlyCache cache
    Guid entitySetID
    QueryableExecuter<ISQLWrapperResult> filter
    Returns
    Type Description
    Task<IEnumerable<ISQLWrapperResult>>

    Execute(Guid, QueryableExecuter<ISQLWrapperResult>)

    Declaration
    public Task<IEnumerable<ISQLWrapperResult>> Execute(Guid entitySetID, QueryableExecuter<ISQLWrapperResult> filter = null)
    Parameters
    Type Name Description
    Guid entitySetID
    QueryableExecuter<ISQLWrapperResult> filter
    Returns
    Type Description
    Task<IEnumerable<ISQLWrapperResult>>

    ParametersAreValid()

    Indicates if the parameters for running this sql wrapper executer are valid.

    If invalid the GetQueryArgumentsAndFilter() method will throw an exception

    Declaration
    protected override bool ParametersAreValid()
    Returns
    Type Description
    bool

    True if the current parameters for this query are valid, false if not

    Overrides
    BaseSQLWrapperExecuter<SQLWrapperExecuter, ISQLWrapperResult>.ParametersAreValid()

    Extension Methods

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