C# 클래스 Views.PersonRow

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

보호된 프로퍼티들

프로퍼티 타입 설명
isEditable bool
person Person

공개 메소드들

메소드 설명
PersonRow ( ) : System
PersonRow ( Person person, EventHandler removed ) : System

보호된 메소드들

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

메소드 상세

OnRemove() 보호된 메소드

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

PersonRow() 공개 메소드

public PersonRow ( ) : System
리턴 System

PersonRow() 공개 메소드

public PersonRow ( Person person, EventHandler removed ) : System
person Person
removed EventHandler
리턴 System

프로퍼티 상세

isEditable 보호되어 있는 프로퍼티

protected bool isEditable
리턴 bool

person 보호되어 있는 프로퍼티

protected Person person
리턴 Person