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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Gets a macro value from the specified JsonObject.

보호된 메소드들

메소드 설명
GridControlMacroValue ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : System.Collections.Generic

메소드 상세

GridControlMacroValue() 보호된 메소드

protected GridControlMacroValue ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : System.Collections.Generic
control GridControl
obj Newtonsoft.Json.Linq.JObject
리턴 System.Collections.Generic

Parse() 공개 정적인 메소드

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