C# Class PrizmMain.Forms.Notifications.NotificationXtraForm

Inheritance: Prizm.Main.Forms.MainChildForm.ChildForm
Afficher le fichier Open project: AleksMorozova/prizm

Méthodes publiques

Méthode Description
NotificationXtraForm ( ) : System

Méthodes protégées

Méthode Description
CreateLocalizedItems ( ) : List
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

protected CreateLocalizedItems ( ) : List
Résultat List

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

NotificationXtraForm() public méthode

public NotificationXtraForm ( ) : System
Résultat System