C# Class SolrNet.Impl.FieldParsers.IntFieldParser

Parses int values
Inheritance: ISolrFieldParser
Afficher le fichier Open project: 7digital/SolrNet

Méthodes publiques

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

Method Details

CanHandleSolrType() public méthode

public CanHandleSolrType ( string solrType ) : bool
solrType string
Résultat bool

CanHandleType() public méthode

public CanHandleType ( Type t ) : bool
t System.Type
Résultat bool

Parse() public méthode

public Parse ( XElement field, Type t ) : object
field XElement
t System.Type
Résultat object