C# 클래스 SolrNet.Impl.FieldParsers.CollectionFieldParser

Parses 1-dimensional fields
상속: ISolrFieldParser
파일 보기 프로젝트 열기: 7digital/SolrNet 1 사용 예제들

공개 메소드들

메소드 설명
CanHandleSolrType ( string solrType ) : bool
CanHandleType ( Type t ) : bool
CollectionFieldParser ( ISolrFieldParser valueParser ) : System
GetArrayProperty ( XElement field, Type t ) : Array
GetGenericCollectionProperty ( XElement field, Type genericTypes ) : IList
GetNonGenericCollectionProperty ( XElement field ) : IList
Parse ( XElement field, Type t ) : object

메소드 상세

CanHandleSolrType() 공개 메소드

public CanHandleSolrType ( string solrType ) : bool
solrType string
리턴 bool

CanHandleType() 공개 메소드

public CanHandleType ( Type t ) : bool
t System.Type
리턴 bool

CollectionFieldParser() 공개 메소드

public CollectionFieldParser ( ISolrFieldParser valueParser ) : System
valueParser ISolrFieldParser
리턴 System

GetArrayProperty() 공개 메소드

public GetArrayProperty ( XElement field, Type t ) : Array
field XElement
t System.Type
리턴 System.Array

GetGenericCollectionProperty() 공개 메소드

public GetGenericCollectionProperty ( XElement field, Type genericTypes ) : IList
field XElement
genericTypes System.Type
리턴 IList

GetNonGenericCollectionProperty() 공개 메소드

public GetNonGenericCollectionProperty ( XElement field ) : IList
field XElement
리턴 IList

Parse() 공개 메소드

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