C# Class CrownPeak.SearchG2.Common.Utils

显示文件 Open project: Crownpeak/Search-Results-Examples

Public Methods

Method Description
AddConfiguration ( IEndPointConfiguration config ) : void
AddMapper ( Type t ) : void
ThrowException ( Exception ex ) : void

Private Methods

Method Description
MakeMapper ( Type t ) : SolrNet.Mapping.MappingManager

Method Details

AddConfiguration() public static method

public static AddConfiguration ( IEndPointConfiguration config ) : void
config IEndPointConfiguration
return void

AddMapper() public static method

public static AddMapper ( Type t ) : void
t System.Type
return void

ThrowException() public static method

public static ThrowException ( Exception ex ) : void
ex System.Exception
return void