Implements regular expression match handler for DerivedValueSource
Inheritance Hierarchy
NReco.PivotData.Input.ValueRegexMatchValue
Namespace: NReco.PivotData.Input.Value
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The RegexMatchValue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RegexMatchValue(String, String) | Initializes a new instance of the RegexMatchValue class | |
| RegexMatchValue(Regex, String) | Initializes a new instance of the RegexMatchValue class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IsMatchHandler |
Returns value accessor that returns regex match result for specified field value
| |
| MatchHandler |
Returns value accessor that returns regex match value for specified field value
| |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also