Search Results for

    Show / Hide Table of Contents

    Class ExternalApiSettings

    Inheritance
    object
    ExternalApiSettings
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API
    Assembly: LemonEdge.API.dll
    Syntax
    public class ExternalApiSettings

    Constructors

    ExternalApiSettings()

    Declaration
    public ExternalApiSettings()

    Properties

    ApiKey

    Declaration
    public string ApiKey { get; set; }
    Property Value
    Type Description
    string

    Base

    Declaration
    public string Base { get; set; }
    Property Value
    Type Description
    string

    Requests

    Declaration
    public ExternalApiRequestSetting[] Requests { get; set; }
    Property Value
    Type Description
    ExternalApiRequestSetting[]

    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.