C# Class CrownPeak.SearchG2.Common.Utils

Afficher le fichier Open project: Crownpeak/Search-Results-Examples

Méthodes publiques

Méthode Description
AddConfiguration ( IEndPointConfiguration config ) : void
AddMapper ( Type t ) : void
ThrowException ( Exception ex ) : void

Private Methods

Méthode Description
MakeMapper ( Type t ) : SolrNet.Mapping.MappingManager

Method Details

AddConfiguration() public static méthode

public static AddConfiguration ( IEndPointConfiguration config ) : void
config IEndPointConfiguration
Résultat void

AddMapper() public static méthode

public static AddMapper ( Type t ) : void
t System.Type
Résultat void

ThrowException() public static méthode

public static ThrowException ( Exception ex ) : void
ex System.Exception
Résultat void