C# Class DotNetNuke.Modules.AgapeFR.Authentication.Register

Inheritance: DotNetNuke.Entities.Modules.UserUserControlBase
显示文件 Open project: AgapeEurope/AgapeConnect1

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
AddField ( string dataField, string dataMember, bool required, string regexValidator, TextBoxMode textMode ) : void
AddProperty ( DotNetNuke.Entities.Profile.ProfilePropertyDefinition property ) : void
BindLoginControl ( DotNetNuke.Services.Authentication.AuthenticationLoginBase authLoginControl, DotNetNuke.Services.Authentication.AuthenticationInfo authSystem ) : void
CreateUser ( ) : void
GetSettingValue ( string key ) : string
UpdateDisplayName ( ) : void
UserAuthenticated ( object sender, DotNetNuke.Services.Authentication.UserAuthenticatedEventArgs e ) : void
Validate ( ) : bool
cancelButton_Click ( object sender, EventArgs e ) : void
registerButton_Click ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void