Interface IClassBase
Interface IClassBase
Namespace: ISynergy.Framework.Core.Abstractions.Base
Assembly: ISynergy.Framework.Core.dll
Syntax
public interface IClassBaseProperties
View SourceIsDeleted
Gets or sets a value indicating whether this instance is deleted.
Declaration
bool IsDeleted { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
Version
Gets or sets the version.
Declaration
int Version { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The version. |