Table of Contents

Class RegisterAddress

Namespace
InSite.UI.Lobby.Controls
Assembly
InSite.UI.dll
public class RegisterAddress : UserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
RegisterAddress
Implements
Inherited Members

Constructors

RegisterAddress()

public RegisterAddress()

Fields

Address1Field

Address1Field control.

protected HtmlGenericControl Address1Field

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Address2Field

Address2Field control.

protected HtmlGenericControl Address2Field

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

City

City control.

protected TextBox City

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CityField

CityField control.

protected HtmlGenericControl CityField

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Country

Country control.

protected CountryComboBox Country

Field Value

CountryComboBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CountryField

CountryField control.

protected HtmlGenericControl CountryField

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Description

Description control.

protected TextBox Description

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DescriptionField

DescriptionField control.

protected HtmlGenericControl DescriptionField

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Mobile

Mobile control.

protected TextBox Mobile

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MobileField

MobileField control.

protected HtmlGenericControl MobileField

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Phone

Phone control.

protected TextBox Phone

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PhoneField

PhoneField control.

protected HtmlGenericControl PhoneField

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PostalCode

PostalCode control.

protected TextBox PostalCode

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PostalCodeField

PostalCodeField control.

protected HtmlGenericControl PostalCodeField

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Province

Province control.

protected ProvinceComboBox Province

Field Value

ProvinceComboBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ProvinceField

ProvinceField control.

protected HtmlGenericControl ProvinceField

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Street1

Street1 control.

protected TextBox Street1

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Street2

Street2 control.

protected TextBox Street2

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Methods

GetInputValues(Address, out string, out string)

public void GetInputValues(Address address, out string phone, out string mobile)

Parameters

address Address
phone string
mobile string

SetDefaultInputValues()

public void SetDefaultInputValues()