Search Results for

    Show / Hide Table of Contents

    Interface IAPIQuery

    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()
    Namespace: LemonEdge.ApiConnector.Entities
    Assembly: LemonEdge.ApiConnector.dll
    Syntax
    [EntityDefinition(EntityID.ApiQuery, "dbo.LT_APIQueries", "APIQuery", IsStandingDataEntity = false, SetName = "APIQueries", UseUserDataTable = false, LabelColumn = "Name")]
    [DefaultEntityIcon(ImageType.ExternalConnector)]
    public interface IAPIQuery : IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties

    Properties

    APIConnectionId

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, true, "", ColumnName = "APIConnectionId", IsDate = false, Formula = "")]
    [EntityRelationship(EntityID.ApiConnection, "ID", SingleJoinType.ZeroToOne, "APIConnectionId", "APIQueries", InheritPermissions = true, DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = false, PreventAutoConstraint = false, IsTypeExtender = false)]
    Guid? APIConnectionId { get; set; }
    Property Value
    Type Description
    Guid?

    Frequency

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

    Name

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

    Occurance

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

    RequestURI

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

    Translation

    Declaration
    [EntityProperty(SQLType.NVarChar, false, "", ColumnName = "Translation", IsDate = false, Formula = "")]
    string Translation { get; set; }
    Property Value
    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.