Represents column condition match.
Inheritance Hierarchy
NReco.NLQuery.Matchers.Match
NReco.NLQuery.Table.ColumnConditionMatch
Namespace: NReco.NLQuery.Table
Assembly: NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax
The ColumnConditionMatch type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ColumnConditionMatch | Initializes a new instance of the ColumnConditionMatch class |
Properties
Name | Description | |
---|---|---|
![]() | Column | |
![]() | Condition | |
![]() | End |
End token. Can be equal to Start if only one token is matched.
(Inherited from Match.) |
![]() | Hint | |
![]() | MatchedValue | |
![]() | Score |
Measure that reflects match score (0..1).
(Inherited from Match.) |
![]() | Start |
Start token.
(Inherited from Match.) |
![]() | Value |
Methods
Name | Description | |
---|---|---|
![]() | Clone | (Inherited from Match.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Overrides Object.ToString().) |
See Also