Table of Contents

Class DependencyGroupElement

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

Rule element that groups dependencies that the rule uses when its actions runs.

public class DependencyGroupElement : RuleElement
Inheritance
DependencyGroupElement
Inherited Members
Extension Methods

Properties

Dependencies

List of dependencies the group element contains.

public IEnumerable<DependencyElement> Dependencies { get; }

Property Value

IEnumerable<DependencyElement>

ElementType

Element type of this rule element.

public override ElementType ElementType { get; }

Property Value

ElementType