C# Class Skybrud.LinkPicker.Grid.Values.GridControlLinkPickerValue

Inheritance: LinkPickerList, IGridControlValue
Afficher le fichier Open project: skybrud/Skybrud.LinkPicker

Méthodes publiques

Méthode Description
Parse ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : GridControlLinkPickerValue

Gets an instance of GridControlLinkPickerValue from the specified JObject.

Méthodes protégées

Méthode Description
GridControlLinkPickerValue ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : Newtonsoft.Json.Linq

Method Details

GridControlLinkPickerValue() protected méthode

protected GridControlLinkPickerValue ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : Newtonsoft.Json.Linq
control GridControl
obj Newtonsoft.Json.Linq.JObject
Résultat Newtonsoft.Json.Linq

Parse() public static méthode

Gets an instance of GridControlLinkPickerValue from the specified JObject.
public static Parse ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : GridControlLinkPickerValue
control GridControl The parent control.
obj Newtonsoft.Json.Linq.JObject The instance of to be parsed.
Résultat GridControlLinkPickerValue