C# Class 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.
Show file Open project: skybrud/Skybrud.Umbraco.GridData

Public Methods

Method Description
GetControlWrapper ( GridControl control ) : GridControlWrapper

Gets an instance of GridControlWrapper based on the specified control.

Private Methods

Method Description
PiggyBank ( ) : Skybrud.Umbraco.GridData.Rendering

Method Details

GetControlWrapper() public method

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