C# Class Sitecore.Social.Hyves.Connector.Controls.LoginWithHyves

Exibir arquivo Open project: Sitecore/Hyves-network-provider-for-Sitecore-Social-Connected-1.3

Protected Properties

Property Type Description
hyvesLoginButton global::System.Web.UI.WebControls.ImageButton

Protected Methods

Method Description
HyvesLoginButtonClick ( object sender, ImageClickEventArgs e ) : void

Processing pressing of googleLoginButton button.

Page_Load ( object sender, EventArgs e ) : void

Method Details

HyvesLoginButtonClick() protected method

Processing pressing of googleLoginButton button.
protected HyvesLoginButtonClick ( object sender, ImageClickEventArgs e ) : void
sender object /// The sender. ///
e ImageClickEventArgs /// The instance containing the event data. ///
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

hyvesLoginButton protected_oe property

googleLoginButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ImageButton hyvesLoginButton
return global::System.Web.UI.WebControls.ImageButton