C# 클래스 Skybrud.Umbraco.GridData.Config.GridEditorTextConfig

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

Private Properties

프로퍼티 타입 설명
GridEditorTextConfig Newtonsoft.Json

공개 메소드들

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

Gets an instance of GridEditorTextConfig from the specified JsonObject.

비공개 메소드들

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

메소드 상세

Parse() 공개 정적인 메소드

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