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

The compatible node template More...

Properties

int Id [get, set]
 Gets or sets the relation id More...
 
int CompatibleConfigurationId [get, set]
 Gets or sets the compatible configuration id More...
 
int ConfigurationId [get, set]
 Gets or sets the parent configuration id More...
 
string TemplateCode [get, set]
 Gets or sets the template code More...
 
Configuration CompatibleConfiguration [get, set]
 Gets or sets the compatible configuration More...
 
Configuration Configuration [get, set]
 Gets or sets the parent configuration More...
 

Detailed Description

The compatible node template

Definition at line 23 of file CompatibleTemplate.cs.

Property Documentation

◆ CompatibleConfiguration

Configuration KlusterKite.NodeManager.Client.ORM.CompatibleTemplate.CompatibleConfiguration
getset

Gets or sets the compatible configuration

Definition at line 62 of file CompatibleTemplate.cs.

◆ CompatibleConfigurationId

int KlusterKite.NodeManager.Client.ORM.CompatibleTemplate.CompatibleConfigurationId
getset

Gets or sets the compatible configuration id

Definition at line 40 of file CompatibleTemplate.cs.

◆ Configuration

Configuration KlusterKite.NodeManager.Client.ORM.CompatibleTemplate.Configuration
getset

Gets or sets the parent configuration

Definition at line 70 of file CompatibleTemplate.cs.

◆ ConfigurationId

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

Gets or sets the parent configuration id

Definition at line 47 of file CompatibleTemplate.cs.

◆ Id

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

Gets or sets the relation id

Definition at line 33 of file CompatibleTemplate.cs.

◆ TemplateCode

string KlusterKite.NodeManager.Client.ORM.CompatibleTemplate.TemplateCode
getset

Gets or sets the template code

Definition at line 54 of file CompatibleTemplate.cs.


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