C# Class Skybrud.Umbraco.GridData.GridArea

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

Private Properties

Property Type Description

Public Methods

Method Description
Parse ( GridRow row, Newtonsoft.Json.Linq.JObject obj ) : GridArea

Parses an area from the specified obj.

Protected Methods

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

Method Details

GridArea() protected method

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

Parse() public static method

Parses an area from the specified obj.
public static Parse ( GridRow row, Newtonsoft.Json.Linq.JObject obj ) : GridArea
row GridRow The parent row of the area.
obj Newtonsoft.Json.Linq.JObject The instance of JObject to be parsed.
return GridArea