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

상속: IGridControlValue
파일 보기 프로젝트 열기: skybrud/Skybrud.Umbraco.GridData

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Parse ( GridControl control, JToken token ) : GridControlTextValue

Gets a text value from the specified JToken.

보호된 메소드들

메소드 설명
GridControlTextValue ( GridControl control, JToken token ) : Newtonsoft.Json

메소드 상세

GridControlTextValue() 보호된 메소드

protected GridControlTextValue ( GridControl control, JToken token ) : Newtonsoft.Json
control GridControl
token JToken
리턴 Newtonsoft.Json

Parse() 공개 정적인 메소드

Gets a text value from the specified JToken.
public static Parse ( GridControl control, JToken token ) : GridControlTextValue
control GridControl The parent control.
token JToken The instance of JToken to be parsed.
리턴 GridControlTextValue