C# Класс 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.
Наследование: Wizard
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispatch ( int Step ) : bool
_WizardCreateProfile ( Model Model ) : System

Default constructor

Описание методов

Dispatch() публичный Метод

public Dispatch ( int Step ) : bool
Step int
Результат bool

_WizardCreateProfile() публичный Метод

Default constructor
public _WizardCreateProfile ( Model Model ) : System
Model Model Model to bind to
Результат System