KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.NodeManager.ConfigurationSource.Migrations.Init Class Reference

The initial database configuration More...

Inheritance diagram for KlusterKite.NodeManager.ConfigurationSource.Migrations.Init:
KlusterKite.NodeManager.Client.ORM.Migration KlusterKite.Data.CRUD.IObjectWithId< int >

Protected Member Functions

override void Down (MigrationBuilder migrationBuilder)
 
override void Up (MigrationBuilder migrationBuilder)
 
override void BuildTargetModel (ModelBuilder modelBuilder)
 

Additional Inherited Members

- Public Member Functions inherited from KlusterKite.NodeManager.Client.ORM.Migration
int GetId ()
 
- Public Member Functions inherited from KlusterKite.Data.CRUD.IObjectWithId< int >
TId GetId ()
 Gets the object id More...
 
- Properties inherited from KlusterKite.NodeManager.Client.ORM.Migration
int Id [get, set]
 Gets or sets the migration id More...
 
bool IsActive [get, set]
 Gets or sets a value indicating whether current migration is in process More...
 
EnMigrationState State [get, set]
 Gets or sets the migration state More...
 
DateTimeOffset Started [get, set]
 Gets or sets the migration start time More...
 
DateTimeOffset Finished [get, set]
 Gets or sets the migration finish time More...
 
List< MigrationLogRecordLogs [get, set]
 Gets or sets the list of migration logs More...
 
int FromConfigurationId [get, set]
 Gets or sets the previous configuration id More...
 
int ToConfigurationId [get, set]
 Gets or sets the new configuration id More...
 
Configuration FromConfiguration [get, set]
 Gets or sets the previous configuration More...
 
Configuration ToConfiguration [get, set]
 Gets or sets the new configuration More...
 

Detailed Description

The initial database configuration

Definition at line 15 of file 20170720151448_Init.cs.

Member Function Documentation

◆ BuildTargetModel()

override void KlusterKite.NodeManager.ConfigurationSource.Migrations.Init.BuildTargetModel ( ModelBuilder  modelBuilder)
protected

Definition at line 16 of file 20170720151448_Init.Designer.cs.

◆ Down()

override void KlusterKite.NodeManager.ConfigurationSource.Migrations.Init.Down ( MigrationBuilder  migrationBuilder)
protected

Definition at line 18 of file 20170720151448_Init.cs.

◆ Up()

override void KlusterKite.NodeManager.ConfigurationSource.Migrations.Init.Up ( MigrationBuilder  migrationBuilder)
protected

Definition at line 36 of file 20170720151448_Init.cs.


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