C# Class PHB.Apps.Mesh.ProfileManager._WizardCreateProfile

Template class for wizard. The application programmer implements the wizard by overriding wizard methods. Note that since the user may backtrack when implementing a method, callbacks MUST tolerate being called multiple times. It is also permitted for a user to cancel a wizard before the final commit.
Inheritance: Wizard
Mostra file Open project: hallambaker/Mathematical-Mesh

Public Methods

Method Description
Dispatch ( int Step ) : bool
_WizardCreateProfile ( Model Model ) : System

Default constructor

Method Details

Dispatch() public method

public Dispatch ( int Step ) : bool
Step int
return bool

_WizardCreateProfile() public method

Default constructor
public _WizardCreateProfile ( Model Model ) : System
Model Model Model to bind to
return System