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

Marks that current IMigrator depends on some other migrator. More...

Inheritance diagram for KlusterKite.NodeManager.Migrator.DependOnAttribute:

Public Member Functions

 DependOnAttribute (Type dependency)
 Initializes a new instance of the DependOnAttribute class. More...
 

Properties

Type Dependency [get]
 Gets the target IMigrator that current migrator depends on More...
 

Detailed Description

Marks that current IMigrator depends on some other migrator.

Definition at line 18 of file DependOnAttribute.cs.

Constructor & Destructor Documentation

◆ DependOnAttribute()

KlusterKite.NodeManager.Migrator.DependOnAttribute.DependOnAttribute ( Type  dependency)

Initializes a new instance of the DependOnAttribute class.

Parameters
dependencyThe dependency.

Definition at line 26 of file DependOnAttribute.cs.

Property Documentation

◆ Dependency

Type KlusterKite.NodeManager.Migrator.DependOnAttribute.Dependency
get

Gets the target IMigrator that current migrator depends on

Definition at line 34 of file DependOnAttribute.cs.


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