C# 클래스 Skybrud.Umbraco.GridData.GridContext

Singleton class used for configuring and using the grid.
파일 보기 프로젝트 열기: skybrud/Skybrud.Umbraco.GridData

공개 프로퍼티들

프로퍼티 타입 설명
Current GridContext

공개 메소드들

메소드 설명
GetControlWrapper ( GridControl control ) : GridControlWrapper

Gets an instance of GridControlWrapper based on the specified control.

비공개 메소드들

메소드 설명
GridContext ( ) : System

메소드 상세

GetControlWrapper() 공개 메소드

Gets an instance of GridControlWrapper based on the specified control.
public GetControlWrapper ( GridControl control ) : GridControlWrapper
control GridControl The control to wrap.
리턴 Skybrud.Umbraco.GridData.Rendering.GridControlWrapper

프로퍼티 상세

Current 공개적으로 정적으로 프로퍼티

Gets the singleton instance of the GridContext class.
public static GridContext,Skybrud.Umbraco.GridData Current
리턴 GridContext