Click or drag to resize

ExpressionString Class

Provides access to the expression engine within parameters of a configuration class.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Core.ExpressionsExpressionString

Namespace:  Colygon.MatchPoint.Core.Expressions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class ExpressionString : IXmlStringSerializable

The ExpressionString type exposes the following members.

Constructors
  NameDescription
Public methodExpressionString
Initializes a new instance of the ExpressionString class
Top
Properties
  NameDescription
Public propertyValue
The actual expression string, meaning the unevaluated expression as string.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluate
Evaluates the ExpressionString using the provided scope, or the default scope if the provided one is null.
Public methodEvaluateToString
Evaluates the ExpressionString to a string using the provided scope, or the default scope if the provided one is null.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParse
Converts a string into an ExpressionString.
Public methodToString (Overrides ObjectToString.)
Top
Operators
Remarks
This class provides direct access to the result object of the specified expression. To use a pattern that contains expressions, please refer to the PatternString class.
Remarks
This is a MatchPoint configuration class.
See Also