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

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

Public Methods

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

Gets an embed value from the specified JToken.

Protected Methods

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

Method Details

GridControlEmbedValue() protected method

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

Parse() public static method

Gets an embed value from the specified JToken.
public static Parse ( GridControl control, JToken token ) : GridControlEmbedValue
control GridControl The parent control.
token JToken The instance of JToken to be parsed.
return GridControlEmbedValue