C# 클래스 Skybrud.LinkPicker.Grid.Config.GridEditorLinkPickerConfig

Class representing the configuration of a link picker.
상속: Skybrud.Umbraco.GridData.Json.GridJsonObject, IGridEditorConfig
파일 보기 프로젝트 열기: skybrud/Skybrud.LinkPicker

공개 메소드들

메소드 설명
Parse ( GridEditor editor, Newtonsoft.Json.Linq.JObject obj ) : GridEditorLinkPickerConfig

Gets an instance of GridEditorLinkPickerConfig from the specified JObject.

비공개 메소드들

메소드 설명
GridEditorLinkPickerConfig ( GridEditor editor, Newtonsoft.Json.Linq.JObject obj ) : Newtonsoft.Json.Linq

메소드 상세

Parse() 공개 정적인 메소드

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