C# Class Skybrud.Umbraco.GridData.GridSection

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

Méthodes publiques

Méthode Description
Parse ( GridDataModel model, Newtonsoft.Json.Linq.JObject obj ) : GridSection

Parses a section from the specified obj.

Méthodes protégées

Méthode Description
GridSection ( Newtonsoft.Json.Linq.JObject obj ) : System

Method Details

GridSection() protected méthode

protected GridSection ( Newtonsoft.Json.Linq.JObject obj ) : System
obj Newtonsoft.Json.Linq.JObject
Résultat System

Parse() public static méthode

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