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

This project started out as a proof of concept for and with my colleague René Pjengaard. While I couldn't think of a proper name at the time, the name of this class was mostly to annoy René. The class has now been replaced by GridContext, but this class is left behind for good memories. It is however not recommended to use this class.
파일 보기 프로젝트 열기: skybrud/Skybrud.Umbraco.GridData

공개 메소드들

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

Gets an instance of GridControlWrapper based on the specified control.

비공개 메소드들

메소드 설명
PiggyBank ( ) : Skybrud.Umbraco.GridData.Rendering

메소드 상세

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