C# Class TinyMCESpellcheck.SpellCheckBaseClass

The base class for both of the SpellCheck JSON serilization/deserializaition classes
Show file Open project: fellowshiptech/TinyMCESpellcheck.NET Class Usage Examples

Public Methods

Method Description
GetObjectFromDeserializedJson ( object o ) : SpellCheckBaseClass

Private Methods

Method Description
BuildCheckWordsRequest ( Newtonsoft.Json.Linq.JObject jsonRequest ) : SpellCheckJson
BuildSuggestionRequest ( Newtonsoft.Json.Linq.JObject jsonRequest ) : SpellCheckSuggestionsJson

Method Details

GetObjectFromDeserializedJson() public static method

public static GetObjectFromDeserializedJson ( object o ) : SpellCheckBaseClass
o object
return SpellCheckBaseClass