C# 클래스 WizardSampleSite.Controllers.ConfirmationStep

상속: Castle.MonoRail.Framework.WizardStepPage
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

보호된 메소드들

메소드 설명
IsPreConditionSatisfied ( IRailsEngineContext context ) : bool

This is an example of a pre-condition check.

RenderWizardView ( ) : void

메소드 상세

IsPreConditionSatisfied() 보호된 메소드

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

RenderWizardView() 보호된 메소드

protected RenderWizardView ( ) : void
리턴 void