C# Class SimpleOrgChart.CF.App.NewEmployeeProcess.SupplyEmployeeInfo.NewEmployeeInfoPresenter

Inheritance: IGetNewEmployeeInfo
Afficher le fichier Open project: derickbailey/appcontroller.cf Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Cancel ( ) : void
EmailSupplied ( string email ) : void
FirstNameSupplied ( string firstname ) : void
Get ( ) : Result
LastNameSupplied ( string lastname ) : void
NewEmployeeInfoPresenter ( INewEmployeeInfoView view ) : SimpleOrgChart.App
Next ( ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

EmailSupplied() public méthode

public EmailSupplied ( string email ) : void
email string
Résultat void

FirstNameSupplied() public méthode

public FirstNameSupplied ( string firstname ) : void
firstname string
Résultat void

Get() public méthode

public Get ( ) : Result
Résultat Result

LastNameSupplied() public méthode

public LastNameSupplied ( string lastname ) : void
lastname string
Résultat void

NewEmployeeInfoPresenter() public méthode

public NewEmployeeInfoPresenter ( INewEmployeeInfoView view ) : SimpleOrgChart.App
view INewEmployeeInfoView
Résultat SimpleOrgChart.App

Next() public méthode

public Next ( ) : void
Résultat void