C# Class Views.InstitutionList

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

Private Properties

Property Type Description

Public Methods

Method Description
FillStore ( ) : void
InstitutionList ( ) : System
NewStore ( ) : void
ReloadStore ( ) : void
Search ( string searchString ) : void
UnselectAll ( ) : void

Protected Methods

Method Description
OnReloadButtonClicked ( object sender, System e ) : void
OnRowActivated ( object o, Gtk args ) : void
OnSearch ( object sender, System e ) : void
OnSearchByLetter ( object sender, System e ) : void
OnSelectionChanged ( object o, System args ) : void

Method Details

FillStore() public method

public FillStore ( ) : void
return void

InstitutionList() public method

public InstitutionList ( ) : System
return System

NewStore() public method

public NewStore ( ) : void
return void

OnReloadButtonClicked() protected method

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

OnRowActivated() protected method

protected OnRowActivated ( object o, Gtk args ) : void
o object
args Gtk
return void

OnSearch() protected method

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

OnSearchByLetter() protected method

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

OnSelectionChanged() protected method

protected OnSelectionChanged ( object o, System args ) : void
o object
args System
return void

ReloadStore() public method

public ReloadStore ( ) : void
return void

Search() public method

public Search ( string searchString ) : void
searchString string
return void

UnselectAll() public method

public UnselectAll ( ) : void
return void