Click or drag to resize

Declaration Class

Rule element declaration.
Inheritance Hierarchy
SystemObject
  NRules.RuleModelDeclaration

Namespace:  NRules.RuleModel
Assembly:  NRules.RuleModel (in NRules.RuleModel.dll) Version: 0.9.3
Syntax
C#
public sealed class Declaration : IEquatable<Declaration>

The Declaration type exposes the following members.

Properties
  NameDescription
Public propertyName
Symbol name.
Public propertyTarget
Rule element that this declaration is referencing.
Public propertyType
Symbol type.
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToParameterExpression
Converts rule element Declaration to a ParameterExpression.
(Defined by DeclarationExtensions.)
Top
See Also