C# 클래스 Skybrud.Umbraco.GridData.GridSection

Class representing a section in an Umbraco Grid.
상속: Skybrud.Umbraco.GridData.Json.GridJsonObject
파일 보기 프로젝트 열기: skybrud/Skybrud.Umbraco.GridData 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( GridDataModel model, Newtonsoft.Json.Linq.JObject obj ) : GridSection

Parses a section from the specified obj.

보호된 메소드들

메소드 설명
GridSection ( Newtonsoft.Json.Linq.JObject obj ) : System

메소드 상세

GridSection() 보호된 메소드

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

Parse() 공개 정적인 메소드

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.
리턴 GridSection