Class UnMappedGL
Assembly: LemonEdge.API.Core.FinancialServices.dll
Syntax
public class UnMappedGL : SQLWrapperExecuter
Constructors
UnMappedGL(IEntityRetriever, IReadOnlyCache)
Declaration
public UnMappedGL(IEntityRetriever retriever, IReadOnlyCache cache)
Parameters
Fields
PARAM_ENTITYSETID
Declaration
public const string PARAM_ENTITYSETID = "@entitySetID"
Field Value
QUERYNAME
Declaration
public const string QUERYNAME = "GetUnMappedGL"
Field Value
Methods
AddEntitySetID(Guid)
Declaration
public UnMappedGL AddEntitySetID(Guid entitySetID)
Parameters
Type |
Name |
Description |
Guid |
entitySetID |
|
Returns
Execute(IEntityRetriever, IReadOnlyCache, Guid, QueryableExecuter<ISQLWrapperResult>)
Declaration
public static Task<IEnumerable<ISQLWrapperResult>> Execute(IEntityRetriever retriever, IReadOnlyCache cache, Guid entitySetID, QueryableExecuter<ISQLWrapperResult> filter = null)
Parameters
Returns
Execute(Guid, QueryableExecuter<ISQLWrapperResult>)
Declaration
public Task<IEnumerable<ISQLWrapperResult>> Execute(Guid entitySetID, QueryableExecuter<ISQLWrapperResult> filter = null)
Parameters
Returns
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
Extension Methods