Interface ISchemaVersion
Schema version, used by comparison report for comparing different versions of overall Schema
Inherited Members
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 |