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

Inheritance: IGridControlValue
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
GridControlTextValue ( GridControl control, JToken token ) : Newtonsoft.Json

Method Details

GridControlTextValue() protected method

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

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