C# Class Views.PlaceSelector

Inheritance: Gtk.Bin, IEditable
Show file Open project: monsterlabs/HumanRightsTracker

Public Methods

Method Description
PlaceSelector ( ) : System
SetPlace ( Country theCountry, State theState, City theCity ) : void

Protected Methods

Method Description
OnStateChanged ( object sender, System e ) : void
onCountryChanged ( object sender, System e ) : void

Private Methods

Method Description
PlaceName ( ) : String

Method Details

OnStateChanged() protected method

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

PlaceSelector() public method

public PlaceSelector ( ) : System
return System

SetPlace() public method

public SetPlace ( Country theCountry, State theState, City theCity ) : void
theCountry Country
theState State
theCity City
return void

onCountryChanged() protected method

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