C# Класс Skybrud.Umbraco.GridData.Config.GridEditorTextConfig

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

Private Properties

Свойство Тип Описание
GridEditorTextConfig Newtonsoft.Json

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

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

Gets an instance of GridEditorTextConfig from the specified JsonObject.

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

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

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

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

Gets an instance of GridEditorTextConfig from the specified JsonObject.
public static Parse ( GridEditor editor, Newtonsoft.Json.Linq.JObject obj ) : GridEditorTextConfig
editor GridEditor The parent editor.
obj Newtonsoft.Json.Linq.JObject The instance of JObject to be parsed.
Результат GridEditorTextConfig