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

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Gets a text value from the specified JToken.

Méthodes protégées

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

Method Details

GridControlTextValue() protected méthode

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

Parse() public static méthode

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.
Résultat GridControlTextValue