Search Results for

    Show / Hide Table of Contents

    Class BaseGetItemsParamHelper

    Inheritance
    object
    ParamHelper
    FunctionParamHelper
    BaseGetItemsParamHelper
    Inherited Members
    FunctionParamHelper.UpdateFunctionName(string)
    FunctionParamHelper.ToFunctionCall()
    FunctionParamHelper.ToFunctionCallWithAllAsVariables()
    FunctionParamHelper.FunctionName
    ParamHelper.SetValueToVariable(string, string)
    ParamHelper.AddParam(string)
    ParamHelper.AddParam(string, string)
    ParamHelper.SetValueToValueNamedVariable(string)
    ParamHelper.SetNullableValue<T>(string, T?)
    ParamHelper.SetValue<T>(string, T)
    ParamHelper.SetAllAsVariables()
    ParamHelper.SetAllToNull()
    ParamHelper.HasParam(string)
    ParamHelper.GetParamValue(string)
    ParamHelper.ToFunctionCall(string)
    ParamHelper.ToFunctionCall(string, IEnumerable<string>)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Connections.Database.Migrations.Core.SQLWriters.Functions
    Assembly: LemonEdge.Database.Connector.dll
    Syntax
    public class BaseGetItemsParamHelper : FunctionParamHelper

    Properties

    AccountID

    Declaration
    public string AccountID { get; }
    Property Value
    Type Description
    string

    CanvasID

    Declaration
    public string CanvasID { get; }
    Property Value
    Type Description
    string

    LastUpdated

    Declaration
    public string LastUpdated { get; }
    Property Value
    Type Description
    string

    TeamID

    Declaration
    public string TeamID { get; }
    Property Value
    Type Description
    string

    UserID

    Declaration
    public string UserID { get; }
    Property Value
    Type Description
    string

    Methods

    CreateWithAllParams(string, Func<EntityDescriptor, string>)

    Declaration
    public static BaseGetItemsParamHelper CreateWithAllParams(string functionName, Func<EntityDescriptor, string> replaceFunctionName)
    Parameters
    Type Name Description
    string functionName
    Func<EntityDescriptor, string> replaceFunctionName
    Returns
    Type Description
    BaseGetItemsParamHelper

    CreateWithCorrectParams(EntityDescriptor)

    Declaration
    public static BaseGetItemsParamHelper CreateWithCorrectParams(EntityDescriptor descriptor)
    Parameters
    Type Name Description
    EntityDescriptor descriptor
    Returns
    Type Description
    BaseGetItemsParamHelper

    GetFunctionPostfix(bool, bool)

    Declaration
    public static string GetFunctionPostfix(bool hasCanvas, bool hasLastUpdated)
    Parameters
    Type Name Description
    bool hasCanvas
    bool hasLastUpdated
    Returns
    Type Description
    string

    SetAccountID(long)

    Declaration
    public BaseGetItemsParamHelper SetAccountID(long accountID)
    Parameters
    Type Name Description
    long accountID
    Returns
    Type Description
    BaseGetItemsParamHelper

    SetAccountID(string)

    Declaration
    public BaseGetItemsParamHelper SetAccountID(string variableName)
    Parameters
    Type Name Description
    string variableName
    Returns
    Type Description
    BaseGetItemsParamHelper

    SetAccountIDAsVariable()

    Declaration
    public BaseGetItemsParamHelper SetAccountIDAsVariable()
    Returns
    Type Description
    BaseGetItemsParamHelper

    SetCanvasID(Guid?)

    Declaration
    public BaseGetItemsParamHelper SetCanvasID(Guid? canvasID)
    Parameters
    Type Name Description
    Guid? canvasID
    Returns
    Type Description
    BaseGetItemsParamHelper

    SetCanvasID(string)

    Declaration
    public BaseGetItemsParamHelper SetCanvasID(string variableName)
    Parameters
    Type Name Description
    string variableName
    Returns
    Type Description
    BaseGetItemsParamHelper

    SetCanvasIDAsVariable()

    Declaration
    public BaseGetItemsParamHelper SetCanvasIDAsVariable()
    Returns
    Type Description
    BaseGetItemsParamHelper

    SetCoreParameters()

    Declaration
    public BaseGetItemsParamHelper SetCoreParameters()
    Returns
    Type Description
    BaseGetItemsParamHelper

    SetCorrectFunctionName(EntityDescriptor, Guid?, DateTimeOffset?)

    Declaration
    public void SetCorrectFunctionName(EntityDescriptor desc, Guid? canvasID, DateTimeOffset? asOf)
    Parameters
    Type Name Description
    EntityDescriptor desc
    Guid? canvasID
    DateTimeOffset? asOf

    SetLastUpdated(DateTimeOffset?)

    Declaration
    public BaseGetItemsParamHelper SetLastUpdated(DateTimeOffset? lastUpdated)
    Parameters
    Type Name Description
    DateTimeOffset? lastUpdated
    Returns
    Type Description
    BaseGetItemsParamHelper

    SetLastUpdated(string)

    Declaration
    public BaseGetItemsParamHelper SetLastUpdated(string variableName)
    Parameters
    Type Name Description
    string variableName
    Returns
    Type Description
    BaseGetItemsParamHelper

    SetLastUpdatedAsVariable()

    Declaration
    public BaseGetItemsParamHelper SetLastUpdatedAsVariable()
    Returns
    Type Description
    BaseGetItemsParamHelper

    SetTeamID(Guid?)

    Declaration
    public BaseGetItemsParamHelper SetTeamID(Guid? teamID)
    Parameters
    Type Name Description
    Guid? teamID
    Returns
    Type Description
    BaseGetItemsParamHelper

    SetTeamID(string)

    Declaration
    public BaseGetItemsParamHelper SetTeamID(string variableName)
    Parameters
    Type Name Description
    string variableName
    Returns
    Type Description
    BaseGetItemsParamHelper

    SetTeamIDAsVariable()

    Declaration
    public BaseGetItemsParamHelper SetTeamIDAsVariable()
    Returns
    Type Description
    BaseGetItemsParamHelper

    SetUserID(Guid?)

    Declaration
    public BaseGetItemsParamHelper SetUserID(Guid? userID)
    Parameters
    Type Name Description
    Guid? userID
    Returns
    Type Description
    BaseGetItemsParamHelper

    SetUserID(string)

    Declaration
    public BaseGetItemsParamHelper SetUserID(string variableName)
    Parameters
    Type Name Description
    string variableName
    Returns
    Type Description
    BaseGetItemsParamHelper

    UpdateFunctionName(EntityDescriptor)

    Declaration
    public BaseGetItemsParamHelper UpdateFunctionName(EntityDescriptor desc)
    Parameters
    Type Name Description
    EntityDescriptor desc
    Returns
    Type Description
    BaseGetItemsParamHelper

    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.