Search Results for

    Show / Hide Table of Contents

    Interface ICustomObjectIndexColumn

    Inherited Members
    IShareAcrossAccounts.IsShared
    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.API.Entities.Design
    Assembly: LemonEdge.API.dll
    Syntax
    [EntityDefinition(EntityID.CustomObjectIndexColumn, "dbo.LT_CustomObjectIndexCOlumns", "CustomObjectIndexColumn")]
    [DefaultEntityIcon(ImageType.LockKey)]
    public interface ICustomObjectIndexColumn : IShareAcrossAccounts, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties

    Properties

    ColumnIndex

    Declaration
    [EntityProperty(SQLType.NVarChar, 500, false)]
    [EntityDescription("The name of the column in the index.")]
    [Required(AllowEmptyStrings = false)]
    string ColumnIndex { get; set; }
    Property Value
    Type Description
    string

    CustomObjectID

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, false)]
    [EntityRelationship(EntityID.CustomObject, "ID", SingleJoinType.One, "Custom Entity", "Index Columns", DeleteWithRelationship = true, PartOfParentSet = true, InheritPermissions = true)]
    [RequiredNoDefaultIDValidation]
    [EntityKeyProperty]
    Guid CustomObjectID { get; set; }
    Property Value
    Type Description
    Guid

    CustomObjectIndex

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, false)]
    [EntityRelationship(EntityID.CustomObjectIndex, "ID", SingleJoinType.One, "Custom Entity Index", "Columns", DeleteWithRelationship = true, PartOfParentSet = true, InheritPermissions = true)]
    [RequiredNoDefaultIDValidation]
    [EntityKeyProperty]
    Guid CustomObjectIndex { get; set; }
    Property Value
    Type Description
    Guid

    Order

    Declaration
    [EntityProperty(SQLType.SmallInt, false)]
    [EntityDescription("The Order for the column in the index.")]
    [Required(AllowEmptyStrings = false)]
    IndexOrder Order { get; set; }
    Property Value
    Type Description
    IndexOrder

    Sequence

    [Key] Holds the order of this columnm.

    Declaration
    [EntityProperty(SQLType.SmallInt, false, "1")]
    [EntityDescription("Holds the order of this output within the index.")]
    [EntitySequence]
    [EntityKeyProperty]
    short Sequence { get; set; }
    Property Value
    Type Description
    short

    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.