RegexMatchValue Class

NReco.PivotData Class Library Documentation
Implements regular expression match handler for DerivedValueSource
Inheritance Hierarchy

SystemObject
  NReco.PivotData.Input.ValueRegexMatchValue

Namespace:  NReco.PivotData.Input.Value
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public class RegexMatchValue

The RegexMatchValue type exposes the following members.

Constructors

  NameDescription
Public methodRegexMatchValue(String, String)
Initializes a new instance of the RegexMatchValue class
Public methodRegexMatchValue(Regex, String)
Initializes a new instance of the RegexMatchValue class
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsMatchHandler
Returns value accessor that returns regex match result for specified field value
Public methodMatchHandler
Returns value accessor that returns regex match value for specified field value
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference