Interface IModelBase
Interface IModelBase
Implements the
Inherited Members
Namespace: ISynergy.Framework.Core.Abstractions.Base
Assembly: ISynergy.Framework.Core.dll
Syntax
public interface IModelBase : IObservableClass, IBindable
Properties
View SourceChangedBy
Gets or sets the changed by.
Declaration
string ChangedBy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The changed by. |
ChangedDate
Gets or sets the changed date.
Declaration
DateTimeOffset? ChangedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTimeOffset> | The changed date. |
CreatedBy
Gets or sets the created by.
Declaration
string CreatedBy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The created by. |
CreatedDate
Gets or sets the created date.
Declaration
DateTimeOffset CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset | The created date. |
Version
Gets or sets the version.
Declaration
int Version { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The version. |