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.
Показать файл Открыть проект

Открытые методы

Метод Описание
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