Class ClassBase
Base_Class model which fully supports serialization, property changed notifications, backwards compatibility and error checking.
Implements
Namespace: ISynergy.Framework.Core.Base
Assembly: ISynergy.Framework.Core.dll
Syntax
public abstract class ClassBase : object, IClassBase
Properties
View SourceIsDeleted
Gets or sets a value indicating whether this instance is deleted.
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Version
Gets or sets the version.
Declaration
public int Version { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The version. |