C# 클래스 CrownPeak.SearchG2.Common.Utils

파일 보기 프로젝트 열기: Crownpeak/Search-Results-Examples

공개 메소드들

메소드 설명
AddConfiguration ( IEndPointConfiguration config ) : void
AddMapper ( Type t ) : void
ThrowException ( Exception ex ) : void

비공개 메소드들

메소드 설명
MakeMapper ( Type t ) : SolrNet.Mapping.MappingManager

메소드 상세

AddConfiguration() 공개 정적인 메소드

public static AddConfiguration ( IEndPointConfiguration config ) : void
config IEndPointConfiguration
리턴 void

AddMapper() 공개 정적인 메소드

public static AddMapper ( Type t ) : void
t System.Type
리턴 void

ThrowException() 공개 정적인 메소드

public static ThrowException ( Exception ex ) : void
ex System.Exception
리턴 void