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

Exibir arquivo Open project: sethjuarez/DevAV

Private Properties

Property Type Description
InitializeComponent void

Public Methods

Method Description
LookAndFeel_StyleChanged ( object sender, EventArgs e ) : void
OrderMapView ( ) : System
UpdateColors ( ) : void
UpdateRouteList ( List routePoints ) : void
UpdateUI ( Order order ) : void

Protected Methods

Method Description
BindCommands ( ) : void
BindEditors ( ) : void
CreatePresenter ( ) : OrderRouteMapPresenter
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 ( ) : OrderRouteMapPresenter
return OrderRouteMapPresenter

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

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

OrderMapView() public method

public OrderMapView ( ) : System
return System

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 ( Order order ) : void
order Order
return void