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 |
Method | Description | |
---|---|---|
OnShowCanceled ( object sender, System e ) : void | ||
OnShowSaved ( object sender, System e ) : void |
public InstitutionRelationshipDetailWindow ( ) : System | ||
return | System |
public InstitutionRelationshipDetailWindow ( Institution i, EventHandler OnSave, Gtk parent ) : System | ||
i | Institution | |
OnSave | EventHandler | |
parent | Gtk | |
return | System |
public InstitutionRelationshipDetailWindow ( InstitutionRelationship ir, EventHandler OnSave, Gtk parent ) : System | ||
ir | InstitutionRelationship | |
OnSave | EventHandler | |
parent | Gtk | |
return | System |
public InstitutionRelationshipDetailWindow ( InstitutionRelationship ir, Gtk parent ) : System | ||
ir | InstitutionRelationship | |
parent | Gtk | |
return | System |
protected OnShowCanceled ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected OnShowSaved ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |