C# Класс Castle.MonoRail.Framework.Test.MockScaffoldingSupport

Represents a mock implementation of IScaffoldingSupport for unit test purposes.
Наследование: IScaffoldingSupport
Показать файл Открыть проект

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

Метод Описание
Process ( Controller controller ) : void

Implementors should use this method to read information from the controller instance and add dynamic actions to the controller.

Описание методов

Process() публичный Метод

Implementors should use this method to read information from the controller instance and add dynamic actions to the controller.
public Process ( Controller controller ) : void
controller Controller
Результат void