Table of Contents

Interface ITypeParserSchemaMatcher

Namespace
Rinku.Mapping
Assembly
Rinku.dll

Tests whether a parser produced by a maker can serve another schema. The parser cache knows only this capability. the maker remains responsible for deciding what makes two generated parsers equivalent.

public interface ITypeParserSchemaMatcher
Extension Methods

Methods

CanParse<T>(ITypeParser<T>, ColumnInfo[])

Returns whether parser accepts schema.

bool CanParse<T>(ITypeParser<T> parser, ColumnInfo[] schema)

Parameters

parser ITypeParser<T>
schema ColumnInfo[]

Returns

bool

Type Parameters

T