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

Exibir arquivo Open project: sethjuarez/DevAV

Private Properties

Property Type Description
InitializeComponent void

Public Methods

Method Description
BindCommands ( ) : void
BindGalleryQuickReportsItem ( int index, ProductReportType parameter ) : void
InitEditors ( ) : void
InitViewKind ( ) : void
InitViewLayout ( ) : void
Products ( ) : System.Windows.Forms
RaiseZoomLevelChanged ( ) : void
SubscribeProductView ( ) : void
UnsubscribeProductView ( ) : 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
gridView_RowStyle ( object sender, XtraGrid e ) : void
layoutView_CustomDrawCardFieldValue ( object sender, RowCellCustomDrawEventArgs e ) : void
productView_ZoomLevelChanged ( object sender, System e ) : void

Protected Methods

Method Description
CreateCollectionPresenter ( ) : ProductCollectionPresenter
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDisposing ( ) : void
OnInitServices ( IServiceContainer serviceContainer ) : void
OnLoad ( System e ) : 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() public method

public BindCommands ( ) : void
return void

BindGalleryQuickReportsItem() public method

public BindGalleryQuickReportsItem ( int index, ProductReportType parameter ) : void
index int
parameter ProductReportType
return void

CreateCollectionPresenter() protected method

protected CreateCollectionPresenter ( ) : ProductCollectionPresenter
return ProductCollectionPresenter

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

InitEditors() public method

public InitEditors ( ) : void
return void

InitViewKind() public method

public InitViewKind ( ) : void
return void

InitViewLayout() public method

public InitViewLayout ( ) : void
return void

OnDisposing() protected method

protected OnDisposing ( ) : void
return void

OnInitServices() protected method

protected OnInitServices ( IServiceContainer serviceContainer ) : void
serviceContainer IServiceContainer
return void

OnLoad() protected method

protected OnLoad ( System e ) : void
e System
return void

Products() public method

public Products ( ) : System.Windows.Forms
return System.Windows.Forms

RaiseZoomLevelChanged() public method

public RaiseZoomLevelChanged ( ) : void
return void

SubscribeProductView() public method

public SubscribeProductView ( ) : void
return void

UnsubscribeProductView() public method

public UnsubscribeProductView ( ) : void
return void

UpdateAdditionalButtons() public method

public UpdateAdditionalButtons ( bool hasRecords ) : void
hasRecords bool
return void

UpdateEntitiesCountRelatedUI() public method

public UpdateEntitiesCountRelatedUI ( int count ) : void
count int
return void

ViewModel_ViewKindChanged() public method

public ViewModel_ViewKindChanged ( object sender, System e ) : void
sender object
e System
return void

ViewModel_ViewLayoutChanged() public method

public ViewModel_ViewLayoutChanged ( object sender, System e ) : void
sender object
e System
return void

biAddColumns_ItemCheckedChanged() public method

public biAddColumns_ItemCheckedChanged ( object sender, XtraBars e ) : void
sender object
e XtraBars
return void

biExpandCollapse_ItemClick() public method

public biExpandCollapse_ItemClick ( object sender, XtraBars e ) : void
sender object
e XtraBars
return void

biReverseSort_ItemClick() public method

public biReverseSort_ItemClick ( object sender, XtraBars e ) : void
sender object
e XtraBars
return void

gridView_RowStyle() public method

public gridView_RowStyle ( object sender, XtraGrid e ) : void
sender object
e XtraGrid
return void

layoutView_CustomDrawCardFieldValue() public method

public layoutView_CustomDrawCardFieldValue ( object sender, RowCellCustomDrawEventArgs e ) : void
sender object
e RowCellCustomDrawEventArgs
return void

productView_ZoomLevelChanged() public method

public productView_ZoomLevelChanged ( object sender, System e ) : void
sender object
e System
return void