C# Class Tealium.VersionConfig

Datei anzeigen Open project: Tealium/win-library Class Usage Examples

Public Methods

Method Description
Parse ( string json ) : VersionConfig

Protected Methods

Method Description
VersionConfig ( ) : Newtonsoft.Json.Linq

Private Methods

Method Description
ParseAsBoolean ( IJsonValue jsonValue, bool defaultValue = false ) : bool
ParseAsInt ( IJsonValue jsonValue, int defaultValue = -1 ) : int

Method Details

Parse() public static method

public static Parse ( string json ) : VersionConfig
json string
return VersionConfig

VersionConfig() protected method

protected VersionConfig ( ) : Newtonsoft.Json.Linq
return Newtonsoft.Json.Linq