C# Class CrestSharp.Infrastructure.CrestCacheHelper

Mostrar archivo Open project: rischwa/eve-fast-fitting-assessment

Public Properties

Property Type Description
SETTINGS Newtonsoft.Json.JsonSerializerSettings

Public Methods

Method Description
GetCrestTypeOrNull ( string href ) : Type
TryCreateObject ( string href, ICrestObject &result ) : bool

Private Methods

Method Description
CrestCacheHelper ( ) : System

Method Details

GetCrestTypeOrNull() public static method

public static GetCrestTypeOrNull ( string href ) : Type
href string
return System.Type

TryCreateObject() public static method

public static TryCreateObject ( string href, ICrestObject &result ) : bool
href string
result ICrestObject
return bool

Property Details

SETTINGS public_oe static_oe property

public static JsonSerializerSettings,Newtonsoft.Json SETTINGS
return Newtonsoft.Json.JsonSerializerSettings