C# Class WizardSampleSite.Controllers.ConfirmationStep

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

Protected Methods

Method Description
IsPreConditionSatisfied ( IRailsEngineContext context ) : bool

This is an example of a pre-condition check.

RenderWizardView ( ) : void

Method Details

IsPreConditionSatisfied() protected method

This is an example of a pre-condition check.
protected IsPreConditionSatisfied ( IRailsEngineContext context ) : bool
context IRailsEngineContext
return bool

RenderWizardView() protected method

protected RenderWizardView ( ) : void
return void