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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Parse ( GridRow row, Newtonsoft.Json.Linq.JObject obj ) : GridArea

Parses an area from the specified obj.

보호된 메소드들

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

메소드 상세

GridArea() 보호된 메소드

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

Parse() 공개 정적인 메소드

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