Search Results for

    Show / Hide Table of Contents

    Interface ISchemaVersion

    Schema version, used by comparison report for comparing different versions of overall Schema

    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()
    IHasVersion.IsSystem
    IHasVersion.Version
    Namespace: LemonEdge.API.Entities.SchemaReport
    Assembly: LemonEdge.API.dll
    Syntax
    [EntityDefinition(EntityID.SchemaVersion, "dbo.LT_SchemaVersion", "SchemaVersion", LabelColumn = "AppVersionDatetime", IsStandingDataEntity = false)]
    public interface ISchemaVersion : IBaseEntityWithPermissions, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, IHasVersion

    Properties

    AppVersionDatetime

    The version of the main application - with datetime

    Declaration
    [EntityProperty(SQLType.NVarChar, 50, true)]
    [EntityDescription("The version of the main application - with datetime.")]
    string AppVersionDatetime { get; set; }
    Property Value
    Type Description
    string

    SchemaDate

    The datetime of when this upgrade was run/schema created

    Declaration
    [EntityProperty(SQLType.DateTimeOffset, false)]
    [EntityDescription("The datetime of when this upgrade was run/schema created.")]
    DateTimeOffset SchemaDate { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    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.