C# Класс DevExpress.OutlookInspiredApp.Win.Modules.ProductMapView

Наследование: BaseModuleControl, IRibbonModule
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
InitializeComponent void

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

Метод Описание
LookAndFeel_StyleChanged ( object sender, EventArgs e ) : void
ProductMapView ( ) : System
UpdateChart ( Sales salesItem ) : void
UpdateColors ( ) : void
UpdateUI ( Product product ) : void

Защищенные методы

Метод Описание
BindCommands ( ) : void
BindEditors ( ) : void
CreatePresenter ( ) : ProductSalesMapPresenter
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDisposing ( ) : void

Приватные методы

Метод Описание
InitializeComponent ( ) : void

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

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

BindCommands() защищенный Метод

protected BindCommands ( ) : void
Результат void

BindEditors() защищенный Метод

protected BindEditors ( ) : void
Результат void

CreatePresenter() защищенный Метод

protected CreatePresenter ( ) : ProductSalesMapPresenter
Результат ProductSalesMapPresenter

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

public LookAndFeel_StyleChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

OnDisposing() защищенный Метод

protected OnDisposing ( ) : void
Результат void

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

public ProductMapView ( ) : System
Результат System

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

public UpdateChart ( Sales salesItem ) : void
salesItem Sales
Результат void

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

public UpdateColors ( ) : void
Результат void

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

public UpdateUI ( Product product ) : void
product Product
Результат void