C# Class Skybrud.Umbraco.GridData.Values.GridControlMacroValue

Class representing the macro value of a control.
Inheritance: Skybrud.Umbraco.GridData.Json.GridJsonObject, IGridControlValue
Afficher le fichier Open project: skybrud/Skybrud.Umbraco.GridData

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Parse ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : GridControlMacroValue

Gets a macro value from the specified JsonObject.

Méthodes protégées

Méthode Description
GridControlMacroValue ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : System.Collections.Generic

Method Details

GridControlMacroValue() protected méthode

protected GridControlMacroValue ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : System.Collections.Generic
control GridControl
obj Newtonsoft.Json.Linq.JObject
Résultat System.Collections.Generic

Parse() public static méthode

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.
Résultat GridControlMacroValue