Search Results for

    Show / Hide Table of Contents

    Class ApiParameter

    ApiParameter is used to store a Key that will be used as a direct substitution in an Api Query string. On implementation the InsertParameter method must be implemented. InsertParameter takes in the Api Query string that the parameters are being created for.

    Inheritance
    object
    ApiParameter
    ApiParameter<T>
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.ApiConnector.Models
    Assembly: LemonEdge.ApiConnector.dll
    Syntax
    public abstract class ApiParameter

    Constructors

    ApiParameter(string)

    Declaration
    protected ApiParameter(string key)
    Parameters
    Type Name Description
    string key

    Properties

    Key

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

    Methods

    InsertParameter(string)

    Declaration
    public abstract string InsertParameter(string apiQueryString)
    Parameters
    Type Name Description
    string apiQueryString
    Returns
    Type Description
    string

    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.