C# Class Views.InstitutionRelationshipDetailWindow

Inheritance: Gtk.Window
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Méthodes publiques

Méthode Description
InstitutionRelationshipDetailWindow ( ) : System
InstitutionRelationshipDetailWindow ( Institution i, EventHandler OnSave, Gtk parent ) : System
InstitutionRelationshipDetailWindow ( InstitutionRelationship ir, EventHandler OnSave, Gtk parent ) : System
InstitutionRelationshipDetailWindow ( InstitutionRelationship ir, Gtk parent ) : System

Méthodes protégées

Méthode Description
OnShowCanceled ( object sender, System e ) : void
OnShowSaved ( object sender, System e ) : void

Method Details

InstitutionRelationshipDetailWindow() public méthode

public InstitutionRelationshipDetailWindow ( ) : System
Résultat System

InstitutionRelationshipDetailWindow() public méthode

public InstitutionRelationshipDetailWindow ( Institution i, EventHandler OnSave, Gtk parent ) : System
i Institution
OnSave EventHandler
parent Gtk
Résultat System

InstitutionRelationshipDetailWindow() public méthode

public InstitutionRelationshipDetailWindow ( InstitutionRelationship ir, EventHandler OnSave, Gtk parent ) : System
ir InstitutionRelationship
OnSave EventHandler
parent Gtk
Résultat System

InstitutionRelationshipDetailWindow() public méthode

public InstitutionRelationshipDetailWindow ( InstitutionRelationship ir, Gtk parent ) : System
ir InstitutionRelationship
parent Gtk
Résultat System

OnShowCanceled() protected méthode

protected OnShowCanceled ( object sender, System e ) : void
sender object
e System
Résultat void

OnShowSaved() protected méthode

protected OnShowSaved ( object sender, System e ) : void
sender object
e System
Résultat void