Click or drag to resize
ExpressionBinder Class
Main registry for custom expression to be registered as part of Natural Language
Inheritance Hierarchy
SystemObject
  FlexRule.Validation.LanguagesExpressionBinder

Namespace: FlexRule.Validation.Languages
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public sealed class ExpressionBinder

The ExpressionBinder type exposes the following members.

Constructors
  NameDescription
Public methodExpressionBinder
Top
Properties
  NameDescription
Public propertyIdentifiers
Returns all the user defined identifiers
Top
Methods
  NameDescription
Public methodCreateBuilder
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetTerm
Public methodGetTermExpression(String)
Public methodGetTermExpression(StringToken)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsLogic
Public methodIsTerm
Public methodRegisterLogic
Public methodRegisterType
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberRange
Top
Extension Methods
  NameDescription
Public Extension MethodLoadGlossary (Defined by ExpressionBinderExtensions.)
Top
See Also