ColumnConditionMatch Class

NReco.NLQuery Class Library Documentation
Represents column condition match.
Inheritance Hierarchy

SystemObject
  NReco.NLQuery.MatchersMatch
    NReco.NLQuery.TableColumnConditionMatch

Namespace:  NReco.NLQuery.Table
Assembly:  NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax

public class ColumnConditionMatch : Match

The ColumnConditionMatch type exposes the following members.

Constructors

  NameDescription
Public methodColumnConditionMatch
Initializes a new instance of the ColumnConditionMatch class
Top
Properties

  NameDescription
Public propertyColumn
Public propertyCondition
Public propertyEnd
End token. Can be equal to Start if only one token is matched.
(Inherited from Match.)
Public propertyHint
Public propertyMatchedValue
Public propertyScore
Measure that reflects match score (0..1).
(Inherited from Match.)
Public propertyStart
Start token.
(Inherited from Match.)
Public propertyValue
Top
Methods

  NameDescription
Public methodClone (Inherited from Match.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference