Click or drag to resize

PatternString Class

Allows using patterns (containing MatchPoint expressions) within parameters of a configuration class.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Core.ExpressionsPatternString

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

The PatternString type exposes the following members.

Constructors
  NameDescription
Public methodPatternString
Initializes a new instance of the PatternString class
Top
Properties
  NameDescription
Public propertyValue
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberEscape
Public methodEvaluate
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
Public methodToString (Overrides ObjectToString.)
Top
Operators
Remarks
The class returns a string that contains the result of any expressions that are part of the specified pattern. If you need direct access to the result object of the specified expression, please refer to the ExpressionString class.
Remarks
This is a MatchPoint configuration class.
See Also