KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.NodeManager.Client.ORM.MigrationLogRecord Class Reference

The base class for migration log records More...

Properties

int Id [get, set]
 Gets or sets the log record id More...
 
EnMigrationLogRecordType Type [get, set]
 Gets or sets the log record type More...
 
int MigrationId [get, set]
 Gets or sets the migration id More...
 
Migration Migration [get, set]
 Gets or sets the migration More...
 
int ConfigurationId [get, set]
 Gets or sets the configuration id More...
 
Configuration Configuration [get, set]
 Gets or sets the configuration More...
 
string MigratorTemplateCode [get, set]
 Gets or sets the migrator template code More...
 
string MigratorTemplateName [get, set]
 Gets or sets the migrator template name More...
 
string MigratorTypeName [get, set]
 Gets or sets the migrator type name More...
 
string MigratorName [get, set]
 Gets or sets the migrator name More...
 
string ResourceCode [get, set]
 Gets or sets the resource code More...
 
string ResourceName [get, set]
 Gets or sets the resource name More...
 
DateTimeOffset Started [get, set]
 Gets or sets the operation execution start time More...
 
DateTimeOffset Finished [get, set]
 Gets or sets the operation execution finish time More...
 
string SourcePoint [get, set]
 Gets or sets the source migration point. More...
 
string DestinationPoint [get, set]
 Gets or sets the source migration point. More...
 
string Message [get, set]
 Gets or sets the message More...
 
string ErrorStackTrace [get, set]
 Gets or sets the error stack trace More...
 
Exception Exception [set]
 Sets the description from exception More...
 

Detailed Description

The base class for migration log records

Definition at line 25 of file MigrationLogRecord.cs.

Property Documentation

◆ Configuration

Configuration KlusterKite.NodeManager.Client.ORM.MigrationLogRecord.Configuration
getset

Gets or sets the configuration

Definition at line 71 of file MigrationLogRecord.cs.

◆ ConfigurationId

int KlusterKite.NodeManager.Client.ORM.MigrationLogRecord.ConfigurationId
getset

Gets or sets the configuration id

Definition at line 64 of file MigrationLogRecord.cs.

◆ DestinationPoint

string KlusterKite.NodeManager.Client.ORM.MigrationLogRecord.DestinationPoint
getset

Gets or sets the source migration point.

Definition at line 141 of file MigrationLogRecord.cs.

◆ ErrorStackTrace

string KlusterKite.NodeManager.Client.ORM.MigrationLogRecord.ErrorStackTrace
getset

Gets or sets the error stack trace

Definition at line 155 of file MigrationLogRecord.cs.

◆ Exception

Exception KlusterKite.NodeManager.Client.ORM.MigrationLogRecord.Exception
set

Sets the description from exception

Definition at line 161 of file MigrationLogRecord.cs.

◆ Finished

DateTimeOffset KlusterKite.NodeManager.Client.ORM.MigrationLogRecord.Finished
getset

Gets or sets the operation execution finish time

Definition at line 127 of file MigrationLogRecord.cs.

◆ Id

int KlusterKite.NodeManager.Client.ORM.MigrationLogRecord.Id
getset

Gets or sets the log record id

Definition at line 35 of file MigrationLogRecord.cs.

◆ Message

string KlusterKite.NodeManager.Client.ORM.MigrationLogRecord.Message
getset

Gets or sets the message

Definition at line 148 of file MigrationLogRecord.cs.

◆ Migration

Migration KlusterKite.NodeManager.Client.ORM.MigrationLogRecord.Migration
getset

Gets or sets the migration

Definition at line 56 of file MigrationLogRecord.cs.

◆ MigrationId

int KlusterKite.NodeManager.Client.ORM.MigrationLogRecord.MigrationId
getset

Gets or sets the migration id

Definition at line 49 of file MigrationLogRecord.cs.

◆ MigratorName

string KlusterKite.NodeManager.Client.ORM.MigrationLogRecord.MigratorName
getset

Gets or sets the migrator name

Definition at line 99 of file MigrationLogRecord.cs.

◆ MigratorTemplateCode

string KlusterKite.NodeManager.Client.ORM.MigrationLogRecord.MigratorTemplateCode
getset

Gets or sets the migrator template code

Definition at line 78 of file MigrationLogRecord.cs.

◆ MigratorTemplateName

string KlusterKite.NodeManager.Client.ORM.MigrationLogRecord.MigratorTemplateName
getset

Gets or sets the migrator template name

Definition at line 85 of file MigrationLogRecord.cs.

◆ MigratorTypeName

string KlusterKite.NodeManager.Client.ORM.MigrationLogRecord.MigratorTypeName
getset

Gets or sets the migrator type name

Definition at line 92 of file MigrationLogRecord.cs.

◆ ResourceCode

string KlusterKite.NodeManager.Client.ORM.MigrationLogRecord.ResourceCode
getset

Gets or sets the resource code

Definition at line 106 of file MigrationLogRecord.cs.

◆ ResourceName

string KlusterKite.NodeManager.Client.ORM.MigrationLogRecord.ResourceName
getset

Gets or sets the resource name

Definition at line 113 of file MigrationLogRecord.cs.

◆ SourcePoint

string KlusterKite.NodeManager.Client.ORM.MigrationLogRecord.SourcePoint
getset

Gets or sets the source migration point.

Definition at line 134 of file MigrationLogRecord.cs.

◆ Started

DateTimeOffset KlusterKite.NodeManager.Client.ORM.MigrationLogRecord.Started
getset

Gets or sets the operation execution start time

Definition at line 120 of file MigrationLogRecord.cs.

◆ Type

EnMigrationLogRecordType KlusterKite.NodeManager.Client.ORM.MigrationLogRecord.Type
getset

Gets or sets the log record type

Definition at line 42 of file MigrationLogRecord.cs.


The documentation for this class was generated from the following file: