Table of Contents

Class NamedExpressionElement

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

Expression with a name used by an aggregator.

public class NamedExpressionElement : ExpressionElement
Inheritance
NamedExpressionElement
Inherited Members
Extension Methods

Properties

ElementType

Element type of this rule element.

public override ElementType ElementType { get; }

Property Value

ElementType

Name

Expression name.

public string Name { get; }

Property Value

string