C# Class SolrNet.Impl.FieldParsers.IntFieldParser

Parses int values
Inheritance: ISolrFieldParser
Exibir arquivo Open project: 7digital/SolrNet

Public Methods

Method Description
CanHandleSolrType ( string solrType ) : bool
CanHandleType ( Type t ) : bool
Parse ( XElement field, Type t ) : object

Method Details

CanHandleSolrType() public method

public CanHandleSolrType ( string solrType ) : bool
solrType string
return bool

CanHandleType() public method

public CanHandleType ( Type t ) : bool
t System.Type
return bool

Parse() public method

public Parse ( XElement field, Type t ) : object
field XElement
t System.Type
return object