C# Класс Skybrud.Umbraco.GridData.Values.GridControlMacroValue

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

Private Properties

Свойство Тип Описание

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

Метод Описание
Parse ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : GridControlMacroValue

Gets a macro value from the specified JsonObject.

Защищенные методы

Метод Описание
GridControlMacroValue ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : System.Collections.Generic

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

GridControlMacroValue() защищенный Метод

protected GridControlMacroValue ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : System.Collections.Generic
control GridControl
obj Newtonsoft.Json.Linq.JObject
Результат System.Collections.Generic

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

Gets a macro value from the specified JsonObject.
public static Parse ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : GridControlMacroValue
control GridControl The parent control.
obj Newtonsoft.Json.Linq.JObject The instance of JObject to be parsed.
Результат GridControlMacroValue