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

Inheritance: LinkPickerList, IGridControlValue
Datei anzeigen Open project: skybrud/Skybrud.LinkPicker

Public Methods

Method Description
Parse ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : GridControlLinkPickerValue

Gets an instance of GridControlLinkPickerValue from the specified JObject.

Protected Methods

Method Description
GridControlLinkPickerValue ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : Newtonsoft.Json.Linq

Method Details

GridControlLinkPickerValue() protected method

protected GridControlLinkPickerValue ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : Newtonsoft.Json.Linq
control GridControl
obj Newtonsoft.Json.Linq.JObject
return Newtonsoft.Json.Linq

Parse() public static method

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.
return GridControlLinkPickerValue