C# Class Skybrud.Umbraco.GridData.Values.GridControlRichTextValue

Inheritance: GridControlHtmlValue
Afficher le fichier Open project: skybrud/Skybrud.Umbraco.GridData

Méthodes publiques

Méthode Description
Parse ( GridControl control, JToken token ) : GridControlRichTextValue

Gets a rich text value from the specified JToken.

Méthodes protégées

Méthode Description
GridControlRichTextValue ( GridControl control, JToken token ) : Newtonsoft.Json

Method Details

GridControlRichTextValue() protected méthode

protected GridControlRichTextValue ( GridControl control, JToken token ) : Newtonsoft.Json
control GridControl
token JToken
Résultat Newtonsoft.Json

Parse() public static méthode

Gets a rich text value from the specified JToken.
public static Parse ( GridControl control, JToken token ) : GridControlRichTextValue
control GridControl The parent control.
token JToken The instance of JToken to be parsed.
Résultat GridControlRichTextValue