C# Class Skybrud.LinkPicker.Grid.Config.GridEditorLinkPickerConfig

Class representing the configuration of a link picker.
Inheritance: Skybrud.Umbraco.GridData.Json.GridJsonObject, IGridEditorConfig
Datei anzeigen Open project: skybrud/Skybrud.LinkPicker

Public Methods

Method Description
Parse ( GridEditor editor, Newtonsoft.Json.Linq.JObject obj ) : GridEditorLinkPickerConfig

Gets an instance of GridEditorLinkPickerConfig from the specified JObject.

Private Methods

Method Description
GridEditorLinkPickerConfig ( GridEditor editor, Newtonsoft.Json.Linq.JObject obj ) : Newtonsoft.Json.Linq

Method Details

Parse() public static method

Gets an instance of GridEditorLinkPickerConfig from the specified JObject.
public static Parse ( GridEditor editor, Newtonsoft.Json.Linq.JObject obj ) : GridEditorLinkPickerConfig
editor GridEditor The parent editor.
obj Newtonsoft.Json.Linq.JObject The instance of to be parsed.
return GridEditorLinkPickerConfig