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
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Méthode Description
Dispatch ( int Step ) : bool
_WizardCreateProfile ( Model Model ) : System

Default constructor

Method Details

Dispatch() public méthode

public Dispatch ( int Step ) : bool
Step int
Résultat bool

_WizardCreateProfile() public méthode

Default constructor
public _WizardCreateProfile ( Model Model ) : System
Model Model Model to bind to
Résultat System