C# Class Skybrud.Umbraco.GridData.GridSection

Class representing a section in an Umbraco Grid.
Inheritance: Skybrud.Umbraco.GridData.Json.GridJsonObject
Show file Open project: skybrud/Skybrud.Umbraco.GridData Class Usage Examples

Public Methods

Method Description
Parse ( GridDataModel model, Newtonsoft.Json.Linq.JObject obj ) : GridSection

Parses a section from the specified obj.

Protected Methods

Method Description
GridSection ( Newtonsoft.Json.Linq.JObject obj ) : System

Method Details

GridSection() protected method

protected GridSection ( Newtonsoft.Json.Linq.JObject obj ) : System
obj Newtonsoft.Json.Linq.JObject
return System

Parse() public static method

Parses a section from the specified obj.
public static Parse ( GridDataModel model, Newtonsoft.Json.Linq.JObject obj ) : GridSection
model GridDataModel The parent model of the section.
obj Newtonsoft.Json.Linq.JObject The instance of JObject to be parsed.
return GridSection