Class EntityBase
BaseEntity model which fully supports serialization, property changed notifications, backwards compatibility and error checking.
Namespace: ISynergy.Framework.Core.Base
Assembly: ISynergy.Framework.Core.dll
Syntax
public class EntityBase : ClassBase, IEntityBase, IClassBase
Constructors
View SourceEntityBase()
Initializes a new instance of the EntityBase class.
Declaration
public EntityBase()
Properties
View SourceChangedBy
Gets or sets the changed by.
Declaration
public string ChangedBy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The changed by. |
ChangedDate
Gets or sets the changed date.
Declaration
public DateTimeOffset? ChangedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTimeOffset> | The changed date. |
CreatedBy
Gets or sets the created by.
Declaration
public string CreatedBy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The created by. |
CreatedDate
Gets or sets the created date.
Declaration
public DateTimeOffset CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset | The created date. |
Memo
Gets or sets the memo.
Declaration
public string Memo { get; set; }
Property Value
Type | Description |
---|---|
System.String | The memo. |