Class DependencyGroupBuilder
Builder to compose a group of rule dependencies.
public class DependencyGroupBuilder : RuleElementBuilder
- Inheritance
-
DependencyGroupBuilder
- Inherited Members
Constructors
DependencyGroupBuilder()
Initializes a new instance of the DependencyGroupBuilder.
public DependencyGroupBuilder()
Methods
Dependency(DependencyElement)
Adds a dependency element to the group element.
public void Dependency(DependencyElement element)
Parameters
element
DependencyElementElement to add.
Dependency(Type, string)
Adds a dependency to the group element.
public Declaration Dependency(Type type, string name)
Parameters
Returns
- Declaration
Dependency declaration.