Search Results for

    Show / Hide Table of Contents

    Interface IAPIConnection

    Inherited Members
    IBaseEntity.GetLabel(string)
    IBaseEntity.SetLabel(string, string)
    IBaseEntity.SetSilentLabel(string, string)
    IBaseEntity.AccountID
    IBaseEntity.ID
    IBaseEntity.LastUpdated
    IBaseEntity.ModifiedByUserID
    IBaseEntity.CanvasID
    IBaseEntity.AlgorithmStepID
    IBaseEntity.SafeID
    IEquatable<IBaseEntity>.Equals(IBaseEntity)
    INotifyPropertyChanged.PropertyChanged
    INotifyPropertyChanging.PropertyChanging
    ICloneableAsync.Clone(object)
    ICloneableAsync.CopyFromSource(object)
    ICanTrackProperties.HasTrackedPropertyChanged(string)
    ICanTrackProperties.OriginalTrackedPropertyValue(string)
    ICanTrackProperties.OriginalTrackedPropertyValue<T>(string)
    ICanTrackProperties.ClearTrackedOriginalValues()
    ICanTrackProperties.GetAllOriginalTrackedPropertyValues()
    ISetCopier.GetCopyInfo(IEntityUpdater)
    Namespace: LemonEdge.ApiConnector.Entities
    Assembly: LemonEdge.ApiConnector.dll
    Syntax
    [EntityDefinition(EntityID.ApiConnection, "dbo.LT_APIConnections", "APIConnection", IsStandingDataEntity = false, SetName = "APIConnections", UseUserDataTable = false)]
    [DefaultEntityIcon(ImageType.ExternalConnector)]
    public interface IAPIConnection : IBaseEntityWithPermissions, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ISetCopier

    Properties

    AuthHeaderKey

    Declaration
    [EntityProperty(SQLType.NVarChar, true, "", ColumnName = "AuthHeaderKey", IsDate = false, Formula = "")]
    string? AuthHeaderKey { get; set; }
    Property Value
    Type Description
    string

    AuthHeaderValue

    Declaration
    [EntityProperty(SQLType.NVarChar, true, "", ColumnName = "AuthHeaderValue", IsDate = false, Formula = "")]
    string? AuthHeaderValue { get; set; }
    Property Value
    Type Description
    string

    BaseURL

    Declaration
    [EntityProperty(SQLType.NVarChar, true, "", ColumnName = "BaseURL", IsDate = false, Formula = "")]
    string BaseURL { get; set; }
    Property Value
    Type Description
    string

    Name

    Declaration
    [EntityProperty(SQLType.NVarChar, true, "", ColumnName = "Name", IsDate = false, Formula = "")]
    [EntityKeyProperty]
    string Name { get; set; }
    Property Value
    Type Description
    string

    RequestType

    Declaration
    [EntityProperty(SQLType.SmallInt, false, "", ColumnName = "RequestType", IsDate = false, Formula = "")]
    RequestTypeEnum RequestType { get; set; }
    Property Value
    Type Description
    RequestTypeEnum

    ResponseType

    Declaration
    [EntityProperty(SQLType.SmallInt, false, "", ColumnName = "ResponseType", IsDate = false, Formula = "")]
    ResponseTypeEnum ResponseType { get; set; }
    Property Value
    Type Description
    ResponseTypeEnum

    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.