Class CreateUserWizardAdapter

Inheritance
System.Object
CreateUserWizardAdapter
Namespace: Mediachase.Commerce.Website.Controls.Adapters
Assembly: Mediachase.Commerce.Website.dll
Version: 10.8.0
Syntax
public class CreateUserWizardAdapter : WebControlAdapter

Constructors

CreateUserWizardAdapter()

Declaration
public CreateUserWizardAdapter()

Methods

CreateChildControls()

Declaration
protected override void CreateChildControls()

OnCreatedUser(Object, EventArgs)

Declaration
protected void OnCreatedUser(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

OnCreateUserError(Object, CreateUserErrorEventArgs)

Declaration
protected void OnCreateUserError(object sender, CreateUserErrorEventArgs e)
Parameters
Type Name Description
System.Object sender
System.Web.UI.WebControls.CreateUserErrorEventArgs e

OnInit(EventArgs)

Declaration
protected override void OnInit(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

RenderBeginTag(HtmlTextWriter)

Declaration
protected override void RenderBeginTag(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

RenderContents(HtmlTextWriter)

Declaration
protected override void RenderContents(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

RenderEndTag(HtmlTextWriter)

Declaration
protected override void RenderEndTag(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer