C# 클래스 Skybrud.Umbraco.GridData.Values.GridControlMediaFocalPoint

Class representing the focal point of a media.
상속: Skybrud.Umbraco.GridData.Json.GridJsonObject
파일 보기 프로젝트 열기: skybrud/Skybrud.Umbraco.GridData

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Parse ( Newtonsoft.Json.Linq.JObject obj ) : GridControlMediaFocalPoint

Gets a focal point from the specified JsonObject.

보호된 메소드들

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

메소드 상세

GridControlMediaFocalPoint() 보호된 메소드

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

Parse() 공개 정적인 메소드

Gets a focal point from the specified JsonObject.
public static Parse ( Newtonsoft.Json.Linq.JObject obj ) : GridControlMediaFocalPoint
obj Newtonsoft.Json.Linq.JObject The instance of JObject to be parsed.
리턴 GridControlMediaFocalPoint