C# 클래스 WizardSampleSite.Controllers.MainInfoStep

상속: Castle.MonoRail.Framework.WizardStepPage
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
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