Table of Contents

Class DependencyGroupBuilder

Namespace
NRules.RuleModel.Builders
Assembly
NRules.RuleModel.dll

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 DependencyElement

Element to add.

Dependency(Type, string)

Adds a dependency to the group element.

public Declaration Dependency(Type type, string name)

Parameters

type Type

Dependency CLR type.

name string

Dependency name.

Returns

Declaration

Dependency declaration.