C# Class Nanook.QueenBee.QbItemEditorBase

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Nanook/Queen-Bee

Méthodes publiques

Méthode Description
QbItemEditorBase ( ) : System

Méthodes protégées

Méthode Description
AddQbKeyToUserDebugFile ( QbKey qbKey ) : void
OnError ( ErrorEventArgs e ) : void
OnUpdated ( EventArgs e ) : void
ShowError ( string title, string message ) : void
ShowException ( string title, Exception ex ) : void
UpdateQbItem ( ) : void

Raise an event to the parent

Private Methods

Méthode Description
QbItemEditorBase_Load ( object sender, EventArgs e ) : void

Method Details

AddQbKeyToUserDebugFile() protected méthode

protected AddQbKeyToUserDebugFile ( QbKey qbKey ) : void
qbKey Nanook.QueenBee.Parser.QbKey
Résultat void

OnError() protected méthode

protected OnError ( ErrorEventArgs e ) : void
e ErrorEventArgs
Résultat void

OnUpdated() protected méthode

protected OnUpdated ( EventArgs e ) : void
e System.EventArgs
Résultat void

QbItemEditorBase() public méthode

public QbItemEditorBase ( ) : System
Résultat System

ShowError() protected méthode

protected ShowError ( string title, string message ) : void
title string
message string
Résultat void

ShowException() protected méthode

protected ShowException ( string title, Exception ex ) : void
title string
ex System.Exception
Résultat void

UpdateQbItem() protected méthode

Raise an event to the parent
protected UpdateQbItem ( ) : void
Résultat void