C# Class TinyMCESpellcheck.SpellCheckBaseClass

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

Méthodes publiques

Méthode Description
GetObjectFromDeserializedJson ( object o ) : SpellCheckBaseClass

Private Methods

Méthode Description
BuildCheckWordsRequest ( Newtonsoft.Json.Linq.JObject jsonRequest ) : SpellCheckJson
BuildSuggestionRequest ( Newtonsoft.Json.Linq.JObject jsonRequest ) : SpellCheckSuggestionsJson

Method Details

GetObjectFromDeserializedJson() public static méthode

public static GetObjectFromDeserializedJson ( object o ) : SpellCheckBaseClass
o object
Résultat SpellCheckBaseClass