Class CpexMigrationAttribute
Attribute for cpex migration. This class cannot be inherited.
Inheritance
System.Object
CpexMigrationAttribute
Namespace: Cireson.Core.Common.Attributes
Assembly: Cireson.Core.Common.dll
Syntax
public sealed class CpexMigrationAttribute : Attribute
Remarks
Admin, 8/24/2017.
Constructors
View SourceCpexMigrationAttribute(Int64)
Constructor.
Declaration
public CpexMigrationAttribute(long version)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | version | The version. |
Remarks
Admin, 8/24/2017.
CpexMigrationAttribute(Int64, String)
Constructor.
Declaration
public CpexMigrationAttribute(long version, string description)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | version | The version. |
System.String | description | The description. |
Remarks
Admin, 8/24/2017.
Properties
View SourceDescription
Gets or sets the description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
Version
Gets or sets the version.
Declaration
public long Version { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 | The version. |