C# Класс WizardSampleSite.Controllers.MainInfoStep

Наследование: Castle.MonoRail.Framework.WizardStepPage
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Save ( [ accountFromForm ) : void

Защищенные методы

Метод Описание
RenderWizardView ( ) : void

Note that you can override this method and render a different view (the default behavior is to render the step name, i.e. MainInfoStep in this step)

Reset ( ) : void

Приватные методы

Метод Описание
ValidateAccount ( Account account ) : IList

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

RenderWizardView() защищенный Метод

Note that you can override this method and render a different view (the default behavior is to render the step name, i.e. MainInfoStep in this step)
protected RenderWizardView ( ) : void
Результат void

Reset() защищенный Метод

protected Reset ( ) : void
Результат void

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

public Save ( [ accountFromForm ) : void
accountFromForm [
Результат void