Table of Contents

Class DependencyElement

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

Dependency that the rule uses when its actions run.

public class DependencyElement : RuleElement
Inheritance
DependencyElement
Inherited Members
Extension Methods

Properties

Declaration

Declaration that references the dependency.

public Declaration Declaration { get; }

Property Value

Declaration

ElementType

Element type of this rule element.

public override ElementType ElementType { get; }

Property Value

ElementType

ServiceType

Type of service that this dependency configures.

public Type ServiceType { get; }

Property Value

Type