C# 클래스 Views.People.Show

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

공개 프로퍼티들

프로퍼티 타입 설명
address Address
identification Identification
immigration_attempt ImmigrationAttempt
isImmigrant bool
person Person
person_details PersonDetail

보호된 프로퍼티들

프로퍼티 타입 설명
isEditing bool

공개 메소드들

메소드 설명
ConnectAddressesHandlers ( ) : void
ConnectInstitutionPeopleHandlers ( ) : void
ConnectPersonRelationshipsHandlers ( ) : void
EnableActionButtons ( ) : void
SetInstitutionPeople ( ) : void
SetPersonRelationships ( ) : void
Show ( ) : System

보호된 메소드들

메소드 설명
OnBirthdayChanged ( object sender, System e ) : void
OnSave ( object sender, System e ) : void
OnToggleEdit ( object sender, System e ) : void
address_save ( ) : void
identification_save ( ) : void
image_save ( ) : void
immigration_attempt_save ( ) : void
person_detail_save ( ) : void
prepare_person_record ( ) : void
set_address_widgets ( ) : void
set_case_list ( ) : void
set_identification_widgets ( ) : void
set_immigration_details_widgets ( ) : void
set_institution_and_job_list ( ) : void
set_person_details_widgets ( ) : void
set_person_widgets ( ) : void

비공개 메소드들

메소드 설명
ReloadAddresses ( ) : void
ReloadInstitutionPeople ( ) : void
ReloadPersonRelationships ( ) : void
SetAddressList ( ) : void
SetAffiliationList ( ) : void
SetRelationshipAsRelatedPerson ( ) : void

메소드 상세

ConnectAddressesHandlers() 공개 메소드

public ConnectAddressesHandlers ( ) : void
리턴 void

ConnectInstitutionPeopleHandlers() 공개 메소드

public ConnectInstitutionPeopleHandlers ( ) : void
리턴 void

ConnectPersonRelationshipsHandlers() 공개 메소드

public ConnectPersonRelationshipsHandlers ( ) : void
리턴 void

EnableActionButtons() 공개 메소드

public EnableActionButtons ( ) : void
리턴 void

OnBirthdayChanged() 보호된 메소드

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

OnSave() 보호된 메소드

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

OnToggleEdit() 보호된 메소드

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

SetInstitutionPeople() 공개 메소드

public SetInstitutionPeople ( ) : void
리턴 void

SetPersonRelationships() 공개 메소드

public SetPersonRelationships ( ) : void
리턴 void

Show() 공개 메소드

public Show ( ) : System
리턴 System

address_save() 보호된 메소드

protected address_save ( ) : void
리턴 void

identification_save() 보호된 메소드

protected identification_save ( ) : void
리턴 void

image_save() 보호된 메소드

protected image_save ( ) : void
리턴 void

immigration_attempt_save() 보호된 메소드

protected immigration_attempt_save ( ) : void
리턴 void

person_detail_save() 보호된 메소드

protected person_detail_save ( ) : void
리턴 void

prepare_person_record() 보호된 메소드

protected prepare_person_record ( ) : void
리턴 void

set_address_widgets() 보호된 메소드

protected set_address_widgets ( ) : void
리턴 void

set_case_list() 보호된 메소드

protected set_case_list ( ) : void
리턴 void

set_identification_widgets() 보호된 메소드

protected set_identification_widgets ( ) : void
리턴 void

set_immigration_details_widgets() 보호된 메소드

protected set_immigration_details_widgets ( ) : void
리턴 void

set_institution_and_job_list() 보호된 메소드

protected set_institution_and_job_list ( ) : void
리턴 void

set_person_details_widgets() 보호된 메소드

protected set_person_details_widgets ( ) : void
리턴 void

set_person_widgets() 보호된 메소드

protected set_person_widgets ( ) : void
리턴 void

프로퍼티 상세

address 공개적으로 프로퍼티

public Address address
리턴 Address

identification 공개적으로 프로퍼티

public Identification identification
리턴 Identification

immigration_attempt 공개적으로 프로퍼티

public ImmigrationAttempt immigration_attempt
리턴 ImmigrationAttempt

isEditing 보호되어 있는 프로퍼티

protected bool isEditing
리턴 bool

isImmigrant 공개적으로 프로퍼티

public bool isImmigrant
리턴 bool

person 공개적으로 프로퍼티

public Person person
리턴 Person

person_details 공개적으로 프로퍼티

public PersonDetail person_details
리턴 PersonDetail