C# Class Views.InstitutionRelationshipDetailWindow

Inheritance: Gtk.Window
Mostrar archivo Open project: monsterlabs/HumanRightsTracker

Public Methods

Method 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

Protected Methods

Method Description
OnShowCanceled ( object sender, System e ) : void
OnShowSaved ( object sender, System e ) : void

Method Details

InstitutionRelationshipDetailWindow() public method

public InstitutionRelationshipDetailWindow ( ) : System
return System

InstitutionRelationshipDetailWindow() public method

public InstitutionRelationshipDetailWindow ( Institution i, EventHandler OnSave, Gtk parent ) : System
i Institution
OnSave EventHandler
parent Gtk
return System

InstitutionRelationshipDetailWindow() public method

public InstitutionRelationshipDetailWindow ( InstitutionRelationship ir, EventHandler OnSave, Gtk parent ) : System
ir InstitutionRelationship
OnSave EventHandler
parent Gtk
return System

InstitutionRelationshipDetailWindow() public method

public InstitutionRelationshipDetailWindow ( InstitutionRelationship ir, Gtk parent ) : System
ir InstitutionRelationship
parent Gtk
return System

OnShowCanceled() protected method

protected OnShowCanceled ( object sender, System e ) : void
sender object
e System
return void

OnShowSaved() protected method

protected OnShowSaved ( object sender, System e ) : void
sender object
e System
return void