Table of Contents

Class BindingElement

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

Rule element that represents results of an expression.

public class BindingElement : ExpressionElement
Inheritance
BindingElement
Inherited Members
Extension Methods

Properties

ElementType

Element type of this rule element.

public override ElementType ElementType { get; }

Property Value

ElementType

ResultType

Type of the result that this rule element yields.

public Type ResultType { get; }

Property Value

Type