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

Inheritance: IGetNewEmployeeInfo
Exibir arquivo Open project: derickbailey/appcontroller.cf Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public Cancel ( ) : void
return void

EmailSupplied() public method

public EmailSupplied ( string email ) : void
email string
return void

FirstNameSupplied() public method

public FirstNameSupplied ( string firstname ) : void
firstname string
return void

Get() public method

public Get ( ) : Result
return Result

LastNameSupplied() public method

public LastNameSupplied ( string lastname ) : void
lastname string
return void

NewEmployeeInfoPresenter() public method

public NewEmployeeInfoPresenter ( INewEmployeeInfoView view ) : SimpleOrgChart.App
view INewEmployeeInfoView
return SimpleOrgChart.App

Next() public method

public Next ( ) : void
return void