Method | Description | |
---|---|---|
InstitutionPersonDetailWindow ( ) : System | ||
InstitutionPersonDetailWindow ( Institution i, EventHandler OnSave, Gtk parent ) : System | ||
InstitutionPersonDetailWindow ( InstitutionPerson ip, EventHandler OnSave, Gtk parent ) : System | ||
InstitutionPersonDetailWindow ( InstitutionPerson ip, EventHandler OnSave, Gtk parent, bool usingPerson ) : System | ||
InstitutionPersonDetailWindow ( InstitutionPerson ip, Gtk parent ) : System | ||
InstitutionPersonDetailWindow ( Person p, EventHandler OnSave, Gtk parent ) : System |
Method | Description | |
---|---|---|
OnShowCanceled ( object sender, System e ) : void | ||
OnShowSaved ( object sender, System e ) : void |
public InstitutionPersonDetailWindow ( ) : System | ||
return | System |
public InstitutionPersonDetailWindow ( Institution i, EventHandler OnSave, Gtk parent ) : System | ||
i | Institution | |
OnSave | EventHandler | |
parent | Gtk | |
return | System |
public InstitutionPersonDetailWindow ( InstitutionPerson ip, EventHandler OnSave, Gtk parent ) : System | ||
ip | InstitutionPerson | |
OnSave | EventHandler | |
parent | Gtk | |
return | System |
public InstitutionPersonDetailWindow ( InstitutionPerson ip, EventHandler OnSave, Gtk parent, bool usingPerson ) : System | ||
ip | InstitutionPerson | |
OnSave | EventHandler | |
parent | Gtk | |
usingPerson | bool | |
return | System |
public InstitutionPersonDetailWindow ( InstitutionPerson ip, Gtk parent ) : System | ||
ip | InstitutionPerson | |
parent | Gtk | |
return | System |
public InstitutionPersonDetailWindow ( Person p, EventHandler OnSave, Gtk parent ) : System | ||
p | Person | |
OnSave | EventHandler | |
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 |