C# 클래스 Skybrud.LinkPicker.Grid.Values.GridControlLinkPickerValue

상속: LinkPickerList, IGridControlValue
파일 보기 프로젝트 열기: skybrud/Skybrud.LinkPicker

공개 메소드들

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

Gets an instance of GridControlLinkPickerValue from the specified JObject.

보호된 메소드들

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

메소드 상세

GridControlLinkPickerValue() 보호된 메소드

protected GridControlLinkPickerValue ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : Newtonsoft.Json.Linq
control GridControl
obj Newtonsoft.Json.Linq.JObject
리턴 Newtonsoft.Json.Linq

Parse() 공개 정적인 메소드

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