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

Inheritance: GridControlTextValue
Mostrar archivo Open project: skybrud/Skybrud.Umbraco.GridData

Private Properties

Property Type Description

Public Methods

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

Gets a text value from the specified JToken.

Protected Methods

Method Description
GridControlHtmlValue ( GridControl control, JToken token ) : System.Web

Method Details

GridControlHtmlValue() protected method

protected GridControlHtmlValue ( GridControl control, JToken token ) : System.Web
control GridControl
token JToken
return System.Web

Parse() public static method

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