C# Class WizardSampleSite.Controllers.MainInfoStep

Inheritance: Castle.MonoRail.Framework.WizardStepPage
ファイルを表示 Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
Save ( [ accountFromForm ) : void

Protected Methods

Method Description
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

Private Methods

Method Description
ValidateAccount ( Account account ) : IList

Method Details

RenderWizardView() protected method

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
return void

Reset() protected method

protected Reset ( ) : void
return void

Save() public method

public Save ( [ accountFromForm ) : void
accountFromForm [
return void