C# Class TropoCSharp.Tropo.Result

Create an instance of the Tropo Result object.
Exibir arquivo Open project: hack4reno/hack4reno2011

Public Methods

Method Description
Result ( string JSON ) : Newtonsoft.Json.Linq

Class constructor.

Method Details

Result() public method

Class constructor.
public Result ( string JSON ) : Newtonsoft.Json.Linq
JSON string Result JSON submitted from Tropo platform.
return Newtonsoft.Json.Linq