C# Class SP.Maps.GeolocationFieldControl

Inheritance: BaseFieldControl
Afficher le fichier Open project: vgrem/Blog-content

Protected Properties

Свойство Type Description
m_latitudeBox System.Web.UI.WebControls.TextBox
m_latitudeLabel System.Web.UI.WebControls.Label
m_longitudeBox System.Web.UI.WebControls.TextBox
m_longitudeLabel System.Web.UI.WebControls.Label

Private Properties

Свойство Type Description
CreateRequiredFieldValidator System.Web.UI.WebControls.RequiredFieldValidator
ParseDouble bool
ValidateInputValues void

Méthodes publiques

Méthode Description
Focus ( ) : void
Validate ( ) : void

Méthodes protégées

Méthode Description
CreateChildControls ( ) : void

Private Methods

Méthode Description
CreateRequiredFieldValidator ( Control control ) : System.Web.UI.WebControls.RequiredFieldValidator
ParseDouble ( string numberText, double &number ) : bool
ValidateInputValues ( ) : void

Method Details

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

Focus() public méthode

public Focus ( ) : void
Résultat void

Validate() public méthode

public Validate ( ) : void
Résultat void

Property Details

m_latitudeBox protected_oe property

protected TextBox,System.Web.UI.WebControls m_latitudeBox
Résultat System.Web.UI.WebControls.TextBox

m_latitudeLabel protected_oe property

protected Label,System.Web.UI.WebControls m_latitudeLabel
Résultat System.Web.UI.WebControls.Label

m_longitudeBox protected_oe property

protected TextBox,System.Web.UI.WebControls m_longitudeBox
Résultat System.Web.UI.WebControls.TextBox

m_longitudeLabel protected_oe property

protected Label,System.Web.UI.WebControls m_longitudeLabel
Résultat System.Web.UI.WebControls.Label