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

The union for MigratorTemplate and NodeTemplate More...

Inheritance diagram for KlusterKite.NodeManager.Client.ORM.ITemplate:
KlusterKite.NodeManager.Client.ORM.MigratorTemplate KlusterKite.NodeManager.Client.ORM.NodeTemplate

Properties

string Code [get, set]
 Gets or sets the program readable migrator template name More...
 
string Configuration [get, set]
 Gets or sets akka configuration template for migrator. This should contain all needed connection strings and so on More...
 
List< NodeTemplate.PackageRequirementPackageRequirements [get, set]
 Gets or sets the list of package requirements More...
 
Dictionary< string, List< PackageDescription > > PackagesToInstall [get, set]
 Gets or sets the list of packages to install for current template More...
 

Detailed Description

The union for MigratorTemplate and NodeTemplate

Definition at line 19 of file ITemplate.cs.

Property Documentation

◆ Code

string KlusterKite.NodeManager.Client.ORM.ITemplate.Code
getset

Gets or sets the program readable migrator template name

Definition at line 24 of file ITemplate.cs.

◆ Configuration

string KlusterKite.NodeManager.Client.ORM.ITemplate.Configuration
getset

Gets or sets akka configuration template for migrator. This should contain all needed connection strings and so on

Definition at line 29 of file ITemplate.cs.

◆ PackageRequirements

List<NodeTemplate.PackageRequirement> KlusterKite.NodeManager.Client.ORM.ITemplate.PackageRequirements
getset

Gets or sets the list of package requirements

Definition at line 34 of file ITemplate.cs.

◆ PackagesToInstall

Dictionary<string, List<PackageDescription> > KlusterKite.NodeManager.Client.ORM.ITemplate.PackagesToInstall
getset

Gets or sets the list of packages to install for current template

Definition at line 39 of file ITemplate.cs.


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