C# Класс Skybrud.LinkPicker.Grid.Config.GridEditorLinkPickerConfig

Class representing the configuration of a link picker.
Наследование: Skybrud.Umbraco.GridData.Json.GridJsonObject, IGridEditorConfig
Показать файл Открыть проект

Открытые методы

Метод Описание
Parse ( GridEditor editor, Newtonsoft.Json.Linq.JObject obj ) : GridEditorLinkPickerConfig

Gets an instance of GridEditorLinkPickerConfig from the specified JObject.

Приватные методы

Метод Описание
GridEditorLinkPickerConfig ( GridEditor editor, Newtonsoft.Json.Linq.JObject obj ) : Newtonsoft.Json.Linq

Описание методов

Parse() публичный статический Метод

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.
Результат GridEditorLinkPickerConfig