C# Class Geocoder.Example.Default

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: scottschluer/geocoder

Protected Properties

Свойство Type Description
Address global::System.Web.UI.WebControls.TextBox
Destination global::System.Web.UI.WebControls.TextBox
Latitude global::System.Web.UI.WebControls.TextBox
Longitude global::System.Web.UI.WebControls.TextBox
Origin global::System.Web.UI.WebControls.TextBox
btnGetAddress global::System.Web.UI.WebControls.Button
btnGetDirections global::System.Web.UI.WebControls.Button
btnGetLatLong global::System.Web.UI.WebControls.Button
drpGeocodeType global::System.Web.UI.WebControls.DropDownList
drpTravelMode global::System.Web.UI.WebControls.DropDownList
form1 global::System.Web.UI.HtmlControls.HtmlForm
gvDirections global::System.Web.UI.WebControls.GridView
lblResult global::System.Web.UI.WebControls.Label
pnlDirections global::System.Web.UI.WebControls.Panel
pnlGeocode global::System.Web.UI.WebControls.Panel
pnlReverseGeocode global::System.Web.UI.WebControls.Panel

Méthodes protégées

Méthode Description
btnGetAddress_Click ( object sender, EventArgs e ) : void
btnGetDirections_Click ( object sender, EventArgs e ) : void
btnGetLatLong_Click ( object sender, EventArgs e ) : void
drpGeoCodeType_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

btnGetAddress_Click() protected méthode

protected btnGetAddress_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

btnGetDirections_Click() protected méthode

protected btnGetDirections_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

btnGetLatLong_Click() protected méthode

protected btnGetLatLong_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

drpGeoCodeType_SelectedIndexChanged() protected méthode

protected drpGeoCodeType_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

Address protected_oe property

Address control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox Address
Résultat global::System.Web.UI.WebControls.TextBox

Destination protected_oe property

Destination control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox Destination
Résultat global::System.Web.UI.WebControls.TextBox

Latitude protected_oe property

Latitude control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox Latitude
Résultat global::System.Web.UI.WebControls.TextBox

Longitude protected_oe property

Longitude control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox Longitude
Résultat global::System.Web.UI.WebControls.TextBox

Origin protected_oe property

Origin control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox Origin
Résultat global::System.Web.UI.WebControls.TextBox

btnGetAddress protected_oe property

btnGetAddress control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnGetAddress
Résultat global::System.Web.UI.WebControls.Button

btnGetDirections protected_oe property

btnGetDirections control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnGetDirections
Résultat global::System.Web.UI.WebControls.Button

btnGetLatLong protected_oe property

btnGetLatLong control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnGetLatLong
Résultat global::System.Web.UI.WebControls.Button

drpGeocodeType protected_oe property

drpGeocodeType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList drpGeocodeType
Résultat global::System.Web.UI.WebControls.DropDownList

drpTravelMode protected_oe property

drpTravelMode control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList drpTravelMode
Résultat global::System.Web.UI.WebControls.DropDownList

form1 protected_oe property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
Résultat global::System.Web.UI.HtmlControls.HtmlForm

gvDirections protected_oe property

gvDirections control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView gvDirections
Résultat global::System.Web.UI.WebControls.GridView

lblResult protected_oe property

lblResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblResult
Résultat global::System.Web.UI.WebControls.Label

pnlDirections protected_oe property

pnlDirections control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlDirections
Résultat global::System.Web.UI.WebControls.Panel

pnlGeocode protected_oe property

pnlGeocode control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlGeocode
Résultat global::System.Web.UI.WebControls.Panel

pnlReverseGeocode protected_oe property

pnlReverseGeocode control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlReverseGeocode
Résultat global::System.Web.UI.WebControls.Panel