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

Inheritance: BaseModuleControl, IRibbonModule
Afficher le fichier Open project: sethjuarez/DevAV

Private Properties

Свойство Type Description
InitializeComponent void

Méthodes publiques

Méthode Description
BindCommands ( ) : void
BindGalleryQuickReportsItem ( int index, CustomerReportType parameter ) : void
Customers ( ) : System.Windows.Forms
InitEditors ( ) : void
InitViewKind ( ) : void
InitViewLayout ( ) : void
UpdateAdditionalButtons ( bool hasRecords ) : void
UpdateEntitiesCountRelatedUI ( int count ) : void
ViewModel_ViewKindChanged ( object sender, System e ) : void
ViewModel_ViewLayoutChanged ( object sender, System e ) : void
biAddColumns_ItemCheckedChanged ( object sender, XtraBars e ) : void
biExpandCollapse_ItemClick ( object sender, XtraBars e ) : void
biReverseSort_ItemClick ( object sender, XtraBars e ) : void
lvEmployees_CustomDrawCardFieldValue ( object sender, RowCellCustomDrawEventArgs e ) : void

Méthodes protégées

Méthode Description
CreateCollectionPresenter ( ) : CustomerCollectionPresenter
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDisposing ( ) : void
OnInitServices ( IServiceContainer serviceContainer ) : void
OnLoad ( System e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

BindCommands() public méthode

public BindCommands ( ) : void
Résultat void

BindGalleryQuickReportsItem() public méthode

public BindGalleryQuickReportsItem ( int index, CustomerReportType parameter ) : void
index int
parameter CustomerReportType
Résultat void

CreateCollectionPresenter() protected méthode

protected CreateCollectionPresenter ( ) : CustomerCollectionPresenter
Résultat CustomerCollectionPresenter

Customers() public méthode

public Customers ( ) : System.Windows.Forms
Résultat System.Windows.Forms

Dispose() protected méthode

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

InitEditors() public méthode

public InitEditors ( ) : void
Résultat void

InitViewKind() public méthode

public InitViewKind ( ) : void
Résultat void

InitViewLayout() public méthode

public InitViewLayout ( ) : void
Résultat void

OnDisposing() protected méthode

protected OnDisposing ( ) : void
Résultat void

OnInitServices() protected méthode

protected OnInitServices ( IServiceContainer serviceContainer ) : void
serviceContainer IServiceContainer
Résultat void

OnLoad() protected méthode

protected OnLoad ( System e ) : void
e System
Résultat void

UpdateAdditionalButtons() public méthode

public UpdateAdditionalButtons ( bool hasRecords ) : void
hasRecords bool
Résultat void

UpdateEntitiesCountRelatedUI() public méthode

public UpdateEntitiesCountRelatedUI ( int count ) : void
count int
Résultat void

ViewModel_ViewKindChanged() public méthode

public ViewModel_ViewKindChanged ( object sender, System e ) : void
sender object
e System
Résultat void

ViewModel_ViewLayoutChanged() public méthode

public ViewModel_ViewLayoutChanged ( object sender, System e ) : void
sender object
e System
Résultat void

biAddColumns_ItemCheckedChanged() public méthode

public biAddColumns_ItemCheckedChanged ( object sender, XtraBars e ) : void
sender object
e XtraBars
Résultat void

biExpandCollapse_ItemClick() public méthode

public biExpandCollapse_ItemClick ( object sender, XtraBars e ) : void
sender object
e XtraBars
Résultat void

biReverseSort_ItemClick() public méthode

public biReverseSort_ItemClick ( object sender, XtraBars e ) : void
sender object
e XtraBars
Résultat void

lvEmployees_CustomDrawCardFieldValue() public méthode

public lvEmployees_CustomDrawCardFieldValue ( object sender, RowCellCustomDrawEventArgs e ) : void
sender object
e RowCellCustomDrawEventArgs
Résultat void