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

Inheritance: GridControlHtmlValue
Datei anzeigen Open project: skybrud/Skybrud.Umbraco.GridData

Public Methods

Method Description
Parse ( GridControl control, JToken token ) : GridControlRichTextValue

Gets a rich text value from the specified JToken.

Protected Methods

Method Description
GridControlRichTextValue ( GridControl control, JToken token ) : Newtonsoft.Json

Method Details

GridControlRichTextValue() protected method

protected GridControlRichTextValue ( GridControl control, JToken token ) : Newtonsoft.Json
control GridControl
token JToken
return Newtonsoft.Json

Parse() public static method

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.
return GridControlRichTextValue