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.
Afficher le fichier Open project: skybrud/Skybrud.Umbraco.GridData

Méthodes publiques

Méthode Description
GetControlWrapper ( GridControl control ) : GridControlWrapper

Gets an instance of GridControlWrapper based on the specified control.

Private Methods

Méthode Description
PiggyBank ( ) : Skybrud.Umbraco.GridData.Rendering

Method Details

GetControlWrapper() public méthode

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