Show / Hide Table of Contents

Class User

Inheritance
object
Control
TemplateControl
UserControl
UserControlBase
User
Implements
IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IFilterResolutionService
IAttributeAccessor
INamingContainer
IUserControlDesignerAccessor
Inherited Members
UserControlBase.IsHostMenu
UserControlBase.PortalSettings
UserControl.OnInit(EventArgs)
UserControl.LoadViewState(object)
UserControl.SaveViewState()
UserControl.MapPath(string)
UserControl.UpdateModel<TModel>(TModel)
UserControl.UpdateModel<TModel>(TModel, IValueProvider)
UserControl.TryUpdateModel<TModel>(TModel)
UserControl.TryUpdateModel<TModel>(TModel, IValueProvider)
UserControl.Attributes
UserControl.Application
UserControl.Trace
UserControl.Request
UserControl.Response
UserControl.Server
UserControl.Cache
UserControl.CachePolicy
UserControl.IsPostBack
UserControl.Session
TemplateControl.Construct()
TemplateControl.OnCommitTransaction(EventArgs)
TemplateControl.OnAbortTransaction(EventArgs)
TemplateControl.OnError(EventArgs)
TemplateControl.CreateResourceBasedLiteralControl(int, int, bool)
TemplateControl.TestDeviceFilter(string)
TemplateControl.LoadControl(string)
TemplateControl.LoadControl(Type, object[])
TemplateControl.LoadTemplate(string)
TemplateControl.ParseControl(string)
TemplateControl.ParseControl(string, bool)
TemplateControl.Eval(string)
TemplateControl.Eval(string, string)
TemplateControl.XPath(string)
TemplateControl.XPath(string, IXmlNamespaceResolver)
TemplateControl.XPath(string, string)
TemplateControl.XPath(string, string, IXmlNamespaceResolver)
TemplateControl.XPathSelect(string)
TemplateControl.XPathSelect(string, IXmlNamespaceResolver)
TemplateControl.GetLocalResourceObject(string)
TemplateControl.GetLocalResourceObject(string, Type, string)
TemplateControl.GetGlobalResourceObject(string, string)
TemplateControl.GetGlobalResourceObject(string, string, Type, string)
TemplateControl.EnableTheming
TemplateControl.AppRelativeVirtualPath
TemplateControl.CommitTransaction
TemplateControl.AbortTransaction
TemplateControl.Error
Control.ResolveAdapter()
Control.HasEvents()
Control.GetRouteUrl(object)
Control.GetRouteUrl(string, object)
Control.GetRouteUrl(RouteValueDictionary)
Control.GetRouteUrl(string, RouteValueDictionary)
Control.GetUniqueIDRelativeTo(Control)
Control.ApplyStyleSheetSkin(Page)
Control.OnDataBinding(EventArgs)
Control.DataBind()
Control.DataBind(bool)
Control.DataBindChildren()
Control.AddParsedSubObject(object)
Control.EnsureID()
Control.ClearChildState()
Control.ClearChildControlState()
Control.ClearChildViewState()
Control.ClearEffectiveClientIDMode()
Control.ClearCachedClientID()
Control.Focus()
Control.LoadControlState(object)
Control.MapPathSecure(string)
Control.OpenFile(string)
Control.OnPreRender(EventArgs)
Control.BuildProfileTree(string, bool)
Control.SaveControlState()
Control.Render(HtmlTextWriter)
Control.RenderChildren(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter, ControlAdapter)
Control.OnUnload(EventArgs)
Control.Dispose()
Control.RaiseBubbleEvent(object, EventArgs)
Control.OnBubbleEvent(object, EventArgs)
Control.AddedControl(Control, int)
Control.CreateControlCollection()
Control.CreateChildControls()
Control.ResolveUrl(string)
Control.ResolveClientUrl(string)
Control.FindControl(string)
Control.FindControl(string, int)
Control.GetDesignModeState()
Control.HasControls()
Control.IsLiteralContent()
Control.TrackViewState()
Control.EnsureChildControls()
Control.RemovedControl(Control)
Control.SetDesignModeState(IDictionary)
Control.SetRenderMethodDelegate(RenderMethod)
Control.ClientIDMode
Control.ClientID
Control.ClientIDSeparator
Control.Context
Control.Adapter
Control.DesignMode
Control.Events
Control.ID
Control.IsChildControlStateCleared
Control.SkinID
Control.EnableViewState
Control.ViewStateMode
Control.IsViewStateEnabled
Control.NamingContainer
Control.IdSeparator
Control.LoadViewStateByID
Control.Page
Control.RenderingCompatibility
Control.TemplateControl
Control.Parent
Control.TemplateSourceDirectory
Control.AppRelativeTemplateSourceDirectory
Control.Site
Control.Visible
Control.UniqueID
Control.HasChildViewState
Control.Controls
Control.ValidateRequestMode
Control.ViewState
Control.ViewStateIgnoresCase
Control.ChildControlsCreated
Control.IsTrackingViewState
Control.Disposed
Control.DataBinding
Control.Init
Control.Load
Control.PreRender
Control.Unload
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke.dll
Syntax
public abstract class User : UserControlBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor

Constructors

User()

Declaration
protected User()

Fields

ConfirmPasswordRow

Declaration
protected HtmlTableRow ConfirmPasswordRow
Field Value
Type Description
HtmlTableRow

PasswordRow

Declaration
protected HtmlTableRow PasswordRow
Field Value
Type Description
HtmlTableRow

lblUsername

Declaration
protected Label lblUsername
Field Value
Type Description
Label

lblUsernameAsterisk

Declaration
protected Label lblUsernameAsterisk
Field Value
Type Description
Label

plConfirm

Declaration
protected LabelControl plConfirm
Field Value
Type Description
LabelControl

plEmail

Declaration
protected LabelControl plEmail
Field Value
Type Description
LabelControl

plFirstName

Declaration
protected LabelControl plFirstName
Field Value
Type Description
LabelControl

plIM

Declaration
protected LabelControl plIM
Field Value
Type Description
LabelControl

plLastName

Declaration
protected LabelControl plLastName
Field Value
Type Description
LabelControl

plPassword

Declaration
protected LabelControl plPassword
Field Value
Type Description
LabelControl

plUserName

Declaration
protected LabelControl plUserName
Field Value
Type Description
LabelControl

plWebsite

Declaration
protected LabelControl plWebsite
Field Value
Type Description
LabelControl

txtConfirm

Declaration
protected TextBox txtConfirm
Field Value
Type Description
TextBox

txtEmail

Declaration
protected TextBox txtEmail
Field Value
Type Description
TextBox

txtFirstName

Declaration
protected TextBox txtFirstName
Field Value
Type Description
TextBox

txtIM

Declaration
protected TextBox txtIM
Field Value
Type Description
TextBox

txtLastName

Declaration
protected TextBox txtLastName
Field Value
Type Description
TextBox

txtPassword

Declaration
protected TextBox txtPassword
Field Value
Type Description
TextBox

txtUsername

Declaration
protected TextBox txtUsername
Field Value
Type Description
TextBox

txtWebsite

Declaration
protected TextBox txtWebsite
Field Value
Type Description
TextBox

valConfirm1

Declaration
protected RequiredFieldValidator valConfirm1
Field Value
Type Description
RequiredFieldValidator

valConfirm2

Declaration
protected CompareValidator valConfirm2
Field Value
Type Description
CompareValidator

valEmail1

Declaration
protected RequiredFieldValidator valEmail1
Field Value
Type Description
RequiredFieldValidator

valEmail2

Declaration
protected RegularExpressionValidator valEmail2
Field Value
Type Description
RegularExpressionValidator

valFirstName

Declaration
protected RequiredFieldValidator valFirstName
Field Value
Type Description
RequiredFieldValidator

valLastName

Declaration
protected RequiredFieldValidator valLastName
Field Value
Type Description
RequiredFieldValidator

valPassword

Declaration
protected RequiredFieldValidator valPassword
Field Value
Type Description
RequiredFieldValidator

valUsername

Declaration
protected RequiredFieldValidator valUsername
Field Value
Type Description
RequiredFieldValidator

Properties

Confirm

Declaration
public string Confirm { get; set; }
Property Value
Type Description
string

ControlColumnWidth

Declaration
public string ControlColumnWidth { get; set; }
Property Value
Type Description
string

Email

Declaration
public string Email { get; set; }
Property Value
Type Description
string

FirstName

Declaration
public string FirstName { get; set; }
Property Value
Type Description
string

IM

Declaration
public string IM { get; set; }
Property Value
Type Description
string

LabelColumnWidth

Declaration
public string LabelColumnWidth { get; set; }
Property Value
Type Description
string

LastName

Declaration
public string LastName { get; set; }
Property Value
Type Description
string

LocalResourceFile

Declaration
public string LocalResourceFile { get; }
Property Value
Type Description
string

ModuleId

Declaration
public int ModuleId { get; set; }
Property Value
Type Description
int

Password

Declaration
public string Password { get; set; }
Property Value
Type Description
string

ShowPassword

Declaration
public bool ShowPassword { set; }
Property Value
Type Description
bool

StartTabIndex

Declaration
public int StartTabIndex { set; }
Property Value
Type Description
int

UserName

Declaration
public string UserName { get; set; }
Property Value
Type Description
string

Website

Declaration
public string Website { get; set; }
Property Value
Type Description
string

Methods

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
EventArgs e
Overrides
Control.OnLoad(EventArgs)

Implements

IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IFilterResolutionService
IAttributeAccessor
INamingContainer
IUserControlDesignerAccessor

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS