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

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

Private Properties

Property Type Description

Public Methods

Method Description
Parse ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : GridControlMacroValue

Gets a macro value from the specified JsonObject.

Protected Methods

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

Method Details

GridControlMacroValue() protected method

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

Parse() public static method

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.
return GridControlMacroValue