C# Class PrizmMain.Forms.Notifications.NotificationXtraForm

Inheritance: Prizm.Main.Forms.MainChildForm.ChildForm
Exibir arquivo Open project: AleksMorozova/prizm

Public Methods

Method Description
NotificationXtraForm ( ) : System

Protected Methods

Method Description
CreateLocalizedItems ( ) : List
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BindToViewModel ( ) : void
ConflictDialogCreation ( ConflictEventArgs args ) : void
InitializeComponent ( ) : void

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

NotificationXtraForm_Activated ( object sender, EventArgs e ) : void
NotificationXtraForm_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
NotificationXtraForm_Load ( object sender, EventArgs e ) : void
OpenEditorForm ( System.Guid id, TypeNotification typeNotification, string additionalInformation, DuplicateNumberEntityType entityType ) : void
OpenForm ( DocumentTypes type, System.Guid id, int pageNumber ) : void
RefreshNitifications ( ) : void

Refresh list of notification and grid DataSource

gridControlMessage_DoubleClick ( object sender, EventArgs e ) : void
importer_OnConflict ( ConflictEventArgs args ) : void

Method Details

CreateLocalizedItems() protected method

protected CreateLocalizedItems ( ) : List
return List

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

NotificationXtraForm() public method

public NotificationXtraForm ( ) : System
return System