TableMatcherBuilder Class

NReco.NLQuery Class Library Documentation
Constructs IMatchers by TableSchema.
Inheritance Hierarchy

SystemObject
  NReco.NLQuery.TableTableMatcherBuilder

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

public class TableMatcherBuilder

The TableMatcherBuilder type exposes the following members.

Constructors

  NameDescription
Public methodTableMatcherBuilder
Initializes a new instance of the TableMatcherBuilder class
Top
Methods

  NameDescription
Public methodAdd(TableSchema)
Configure matchers for tabular dataset described by TableSchema.
Public methodAdd(IMatcher, Boolean)
Add custom IMatcher to this builder.
Public methodBuild
Protected methodConfigureDateMatchers
Protected methodConfigureHintMatcher
Protected methodConfigureMatchers
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 (Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldOpts
Top
See Also

Reference