C# Class WizardSampleSite.Controllers.MainInfoStep

Inheritance: Castle.MonoRail.Framework.WizardStepPage
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
Save ( [ accountFromForm ) : void

Méthodes protégées

Méthode 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

Méthode Description
ValidateAccount ( Account account ) : IList

Method Details

RenderWizardView() protected méthode

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
Résultat void

Reset() protected méthode

protected Reset ( ) : void
Résultat void

Save() public méthode

public Save ( [ accountFromForm ) : void
accountFromForm [
Résultat void