C# 클래스 Views.InstitutionRelationshipDetailWindow

상속: Gtk.Window
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

공개 메소드들

메소드 설명
InstitutionRelationshipDetailWindow ( ) : System
InstitutionRelationshipDetailWindow ( Institution i, EventHandler OnSave, Gtk parent ) : System
InstitutionRelationshipDetailWindow ( InstitutionRelationship ir, EventHandler OnSave, Gtk parent ) : System
InstitutionRelationshipDetailWindow ( InstitutionRelationship ir, Gtk parent ) : System

보호된 메소드들

메소드 설명
OnShowCanceled ( object sender, System e ) : void
OnShowSaved ( object sender, System e ) : void

메소드 상세

InstitutionRelationshipDetailWindow() 공개 메소드

public InstitutionRelationshipDetailWindow ( ) : System
리턴 System

InstitutionRelationshipDetailWindow() 공개 메소드

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

InstitutionRelationshipDetailWindow() 공개 메소드

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

InstitutionRelationshipDetailWindow() 공개 메소드

public InstitutionRelationshipDetailWindow ( InstitutionRelationship ir, Gtk parent ) : System
ir InstitutionRelationship
parent Gtk
리턴 System

OnShowCanceled() 보호된 메소드

protected OnShowCanceled ( object sender, System e ) : void
sender object
e System
리턴 void

OnShowSaved() 보호된 메소드

protected OnShowSaved ( object sender, System e ) : void
sender object
e System
리턴 void