C# Class Views.People.Show

Inheritance: Gtk.Bin
Mostrar archivo Open project: monsterlabs/HumanRightsTracker

Public Properties

Property Type Description
address Address
identification Identification
immigration_attempt ImmigrationAttempt
isImmigrant bool
person Person
person_details PersonDetail

Protected Properties

Property Type Description
isEditing bool

Public Methods

Method Description
ConnectAddressesHandlers ( ) : void
ConnectInstitutionPeopleHandlers ( ) : void
ConnectPersonRelationshipsHandlers ( ) : void
EnableActionButtons ( ) : void
SetInstitutionPeople ( ) : void
SetPersonRelationships ( ) : void
Show ( ) : System

Protected Methods

Method Description
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

Private Methods

Method Description
ReloadAddresses ( ) : void
ReloadInstitutionPeople ( ) : void
ReloadPersonRelationships ( ) : void
SetAddressList ( ) : void
SetAffiliationList ( ) : void
SetRelationshipAsRelatedPerson ( ) : void

Method Details

ConnectAddressesHandlers() public method

public ConnectAddressesHandlers ( ) : void
return void

ConnectInstitutionPeopleHandlers() public method

public ConnectInstitutionPeopleHandlers ( ) : void
return void

ConnectPersonRelationshipsHandlers() public method

public ConnectPersonRelationshipsHandlers ( ) : void
return void

EnableActionButtons() public method

public EnableActionButtons ( ) : void
return void

OnBirthdayChanged() protected method

protected OnBirthdayChanged ( object sender, System e ) : void
sender object
e System
return void

OnSave() protected method

protected OnSave ( object sender, System e ) : void
sender object
e System
return void

OnToggleEdit() protected method

protected OnToggleEdit ( object sender, System e ) : void
sender object
e System
return void

SetInstitutionPeople() public method

public SetInstitutionPeople ( ) : void
return void

SetPersonRelationships() public method

public SetPersonRelationships ( ) : void
return void

Show() public method

public Show ( ) : System
return System

address_save() protected method

protected address_save ( ) : void
return void

identification_save() protected method

protected identification_save ( ) : void
return void

image_save() protected method

protected image_save ( ) : void
return void

immigration_attempt_save() protected method

protected immigration_attempt_save ( ) : void
return void

person_detail_save() protected method

protected person_detail_save ( ) : void
return void

prepare_person_record() protected method

protected prepare_person_record ( ) : void
return void

set_address_widgets() protected method

protected set_address_widgets ( ) : void
return void

set_case_list() protected method

protected set_case_list ( ) : void
return void

set_identification_widgets() protected method

protected set_identification_widgets ( ) : void
return void

set_immigration_details_widgets() protected method

protected set_immigration_details_widgets ( ) : void
return void

set_institution_and_job_list() protected method

protected set_institution_and_job_list ( ) : void
return void

set_person_details_widgets() protected method

protected set_person_details_widgets ( ) : void
return void

set_person_widgets() protected method

protected set_person_widgets ( ) : void
return void

Property Details

address public_oe property

public Address address
return Address

identification public_oe property

public Identification identification
return Identification

immigration_attempt public_oe property

public ImmigrationAttempt immigration_attempt
return ImmigrationAttempt

isEditing protected_oe property

protected bool isEditing
return bool

isImmigrant public_oe property

public bool isImmigrant
return bool

person public_oe property

public Person person
return Person

person_details public_oe property

public PersonDetail person_details
return PersonDetail