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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Parse ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : GridControlMediaValue

Gets a media value from the specified JsonObject.

보호된 메소드들

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

메소드 상세

GridControlMediaValue() 보호된 메소드

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

Parse() 공개 정적인 메소드

Gets a media value from the specified JsonObject.
public static Parse ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : GridControlMediaValue
control GridControl The parent control.
obj Newtonsoft.Json.Linq.JObject The instance of JObject to be parsed.
리턴 GridControlMediaValue