Search Results for

    Show / Hide Table of Contents

    Class ApiParameter<T>

    Inheritance
    object
    ApiParameter
    ApiParameter<T>
    Inherited Members
    ApiParameter.Key
    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 class ApiParameter<T> : ApiParameter
    Type Parameters
    Name Description
    T

    Constructors

    ApiParameter(string, T, Func<T, string>)

    Declaration
    public ApiParameter(string key, T value, Func<T, string> converter = null)
    Parameters
    Type Name Description
    string key
    T value
    Func<T, string> converter

    Properties

    Converter

    Declaration
    public Func<T, string> Converter { get; }
    Property Value
    Type Description
    Func<T, string>

    Value

    Declaration
    public T Value { get; }
    Property Value
    Type Description
    T

    Methods

    InsertParameter(string)

    Declaration
    public override string InsertParameter(string apiQueryString)
    Parameters
    Type Name Description
    string apiQueryString
    Returns
    Type Description
    string
    Overrides
    ApiParameter.InsertParameter(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.