Class User
Assembly: DotNetNuke.dll
Syntax
public abstract class User : UserControlBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Constructors
User()
Declaration
Fields
ConfirmPasswordRow
Declaration
protected HtmlTableRow ConfirmPasswordRow
Field Value
PasswordRow
Declaration
protected HtmlTableRow PasswordRow
Field Value
lblUsername
Declaration
protected Label lblUsername
Field Value
lblUsernameAsterisk
Declaration
protected Label lblUsernameAsterisk
Field Value
plConfirm
Declaration
protected LabelControl plConfirm
Field Value
plEmail
Declaration
protected LabelControl plEmail
Field Value
plFirstName
Declaration
protected LabelControl plFirstName
Field Value
plIM
Declaration
protected LabelControl plIM
Field Value
plLastName
Declaration
protected LabelControl plLastName
Field Value
plPassword
Declaration
protected LabelControl plPassword
Field Value
plUserName
Declaration
protected LabelControl plUserName
Field Value
plWebsite
Declaration
protected LabelControl plWebsite
Field Value
txtConfirm
Declaration
protected TextBox txtConfirm
Field Value
txtEmail
Declaration
protected TextBox txtEmail
Field Value
txtFirstName
Declaration
protected TextBox txtFirstName
Field Value
txtIM
Declaration
Field Value
txtLastName
Declaration
protected TextBox txtLastName
Field Value
txtPassword
Declaration
protected TextBox txtPassword
Field Value
txtUsername
Declaration
protected TextBox txtUsername
Field Value
txtWebsite
Declaration
protected TextBox txtWebsite
Field Value
valConfirm1
Declaration
protected RequiredFieldValidator valConfirm1
Field Value
valConfirm2
Declaration
protected CompareValidator valConfirm2
Field Value
valEmail1
Declaration
protected RequiredFieldValidator valEmail1
Field Value
valEmail2
Declaration
protected RegularExpressionValidator valEmail2
Field Value
valFirstName
Declaration
protected RequiredFieldValidator valFirstName
Field Value
valLastName
Declaration
protected RequiredFieldValidator valLastName
Field Value
valPassword
Declaration
protected RequiredFieldValidator valPassword
Field Value
valUsername
Declaration
protected RequiredFieldValidator valUsername
Field Value
Properties
Confirm
Declaration
public string Confirm { get; set; }
Property Value
ControlColumnWidth
Declaration
public string ControlColumnWidth { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
FirstName
Declaration
public string FirstName { get; set; }
Property Value
IM
Declaration
public string IM { get; set; }
Property Value
LabelColumnWidth
Declaration
public string LabelColumnWidth { get; set; }
Property Value
LastName
Declaration
public string LastName { get; set; }
Property Value
LocalResourceFile
Declaration
public string LocalResourceFile { get; }
Property Value
ModuleId
Declaration
public int ModuleId { get; set; }
Property Value
Password
Declaration
public string Password { get; set; }
Property Value
ShowPassword
Declaration
public bool ShowPassword { set; }
Property Value
StartTabIndex
Declaration
public int StartTabIndex { set; }
Property Value
UserName
Declaration
public string UserName { get; set; }
Property Value
Website
Declaration
public string Website { get; set; }
Property Value
Methods
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Overrides
Implements
Extension Methods