C# Class CrestSharp.Infrastructure.CrestCacheHelper

Afficher le fichier Open project: rischwa/eve-fast-fitting-assessment

Méthodes publiques

Свойство Type Description
SETTINGS Newtonsoft.Json.JsonSerializerSettings

Méthodes publiques

Méthode Description
GetCrestTypeOrNull ( string href ) : Type
TryCreateObject ( string href, ICrestObject &result ) : bool

Private Methods

Méthode Description
CrestCacheHelper ( ) : System

Method Details

GetCrestTypeOrNull() public static méthode

public static GetCrestTypeOrNull ( string href ) : Type
href string
Résultat System.Type

TryCreateObject() public static méthode

public static TryCreateObject ( string href, ICrestObject &result ) : bool
href string
result ICrestObject
Résultat bool

Property Details

SETTINGS public_oe static_oe property

public static JsonSerializerSettings,Newtonsoft.Json SETTINGS
Résultat Newtonsoft.Json.JsonSerializerSettings