C# Class DevExpress.OutlookInspiredApp.Win.Modules.EmployeeMapView

Exibir arquivo Open project: sethjuarez/DevAV

Private Properties

Property Type Description
InitializeComponent void

Public Methods

Method Description
EmployeeMapView ( ) : System
LookAndFeel_StyleChanged ( object sender, EventArgs e ) : void
UpdateColors ( ) : void
UpdateRouteList ( List routePoints ) : void
UpdateUI ( Employee employee ) : void

Protected Methods

Method Description
BindCommands ( ) : void
BindEditors ( ) : void
CreatePresenter ( ) : EmployeeRouteMapPresenter
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDisposing ( ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

BindCommands() protected method

protected BindCommands ( ) : void
return void

BindEditors() protected method

protected BindEditors ( ) : void
return void

CreatePresenter() protected method

protected CreatePresenter ( ) : EmployeeRouteMapPresenter
return EmployeeRouteMapPresenter

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

EmployeeMapView() public method

public EmployeeMapView ( ) : System
return System

LookAndFeel_StyleChanged() public method

public LookAndFeel_StyleChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

OnDisposing() protected method

protected OnDisposing ( ) : void
return void

UpdateColors() public method

public UpdateColors ( ) : void
return void

UpdateRouteList() public method

public UpdateRouteList ( List routePoints ) : void
routePoints List
return void

UpdateUI() public method

public UpdateUI ( Employee employee ) : void
employee Employee
return void