C# Class Views.CaseShow

Inheritance: Gtk.Bin
Datei anzeigen Open project: monsterlabs/HumanRightsTracker

Public Properties

Property Type Description
mycase Case

Protected Properties

Property Type Description
isEditing bool
tracking_info TrackingInformation

Public Methods

Method Description
CaseShow ( ) : System
ConnectActsHandlers ( ) : void
ConnectCaseRelationshipHandlers ( ) : void
ConnectDocumentarySourceHandlers ( ) : void
ConnectInformationSourceHandlers ( ) : void
ConnectInterventionsHandlers ( ) : void
ConnectPlacesHandlers ( ) : void
ConnectTrackingHandlers ( ) : void
EnableActionButtons ( ) : void
HideEditingButtons ( ) : void
ReloadActs ( ) : void
ReloadCaseRelationships ( ) : void
ReloadDocumentarySources ( ) : void
ReloadInformationSources ( ) : void

Protected Methods

Method Description
OnExport ( object sender, System e ) : void
OnSaveButtonClicked ( object sender, System e ) : void
OnToggleEdit ( object sender, System e ) : void

Private Methods

Method Description
ReloadInterventions ( ) : void
ReloadPlaces ( ) : void
ReloadTrackings ( ) : void

Method Details

CaseShow() public method

public CaseShow ( ) : System
return System

ConnectActsHandlers() public method

public ConnectActsHandlers ( ) : void
return void

ConnectCaseRelationshipHandlers() public method

public ConnectCaseRelationshipHandlers ( ) : void
return void

ConnectDocumentarySourceHandlers() public method

public ConnectDocumentarySourceHandlers ( ) : void
return void

ConnectInformationSourceHandlers() public method

public ConnectInformationSourceHandlers ( ) : void
return void

ConnectInterventionsHandlers() public method

public ConnectInterventionsHandlers ( ) : void
return void

ConnectPlacesHandlers() public method

public ConnectPlacesHandlers ( ) : void
return void

ConnectTrackingHandlers() public method

public ConnectTrackingHandlers ( ) : void
return void

EnableActionButtons() public method

public EnableActionButtons ( ) : void
return void

HideEditingButtons() public method

public HideEditingButtons ( ) : void
return void

OnExport() protected method

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

OnSaveButtonClicked() protected method

protected OnSaveButtonClicked ( 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

ReloadActs() public method

public ReloadActs ( ) : void
return void

ReloadCaseRelationships() public method

public ReloadCaseRelationships ( ) : void
return void

ReloadDocumentarySources() public method

public ReloadDocumentarySources ( ) : void
return void

ReloadInformationSources() public method

public ReloadInformationSources ( ) : void
return void

Property Details

isEditing protected_oe property

protected bool isEditing
return bool

mycase public_oe property

public Case mycase
return Case

tracking_info protected_oe property

protected TrackingInformation tracking_info
return TrackingInformation