Table of Contents

Class AddressEditor

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

Constructors

AddressEditor()

public AddressEditor()

Fields

AddressHeading

AddressHeading control.

protected HtmlGenericControl AddressHeading

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.

CopyEmployerAddress

CopyEmployerAddress control.

protected Button CopyEmployerAddress

Field Value

Button

Remarks

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

CopyHomeAddress

CopyHomeAddress control.

protected Button CopyHomeAddress

Field Value

Button

Remarks

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

Country

Country control.

protected FindCountry Country

Field Value

FindCountry

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.

EmployeeAddressPanel

EmployeeAddressPanel control.

protected HtmlGenericControl EmployeeAddressPanel

Field Value

HtmlGenericControl

Remarks

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

EmployerAddress

EmployerAddress control.

protected Literal EmployerAddress

Field Value

Literal

Remarks

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

EmployerAddressPanel

EmployerAddressPanel control.

protected HtmlGenericControl EmployerAddressPanel

Field Value

HtmlGenericControl

Remarks

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

EmployerAddressTitle

EmployerAddressTitle control.

protected HtmlGenericControl EmployerAddressTitle

Field Value

HtmlGenericControl

Remarks

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

EmployerName

EmployerName control.

protected Literal EmployerName

Field Value

Literal

Remarks

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

HomeAddress

HomeAddress control.

protected Literal HomeAddress

Field Value

Literal

Remarks

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

HomeAddressPanel

HomeAddressPanel control.

protected HtmlGenericControl HomeAddressPanel

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.

PostalCodeFieldLabel

PostalCodeFieldLabel control.

protected HtmlGenericControl PostalCodeFieldLabel

Field Value

HtmlGenericControl

Remarks

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

Province

Province control.

protected TextBox Province

Field Value

TextBox

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.

ProvinceFieldLabel

ProvinceFieldLabel control.

protected HtmlGenericControl ProvinceFieldLabel

Field Value

HtmlGenericControl

Remarks

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

SharedAddressUsers

SharedAddressUsers control.

protected ListView SharedAddressUsers

Field Value

ListView

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.

Street1Field

Street1Field control.

protected HtmlGenericControl Street1Field

Field Value

HtmlGenericControl

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.

Street2Field

Street2Field control.

protected HtmlGenericControl Street2Field

Field Value

HtmlGenericControl

Remarks

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

Properties

FieldsWidth

public Unit FieldsWidth { get; set; }

Property Value

Unit

HiddenFields

public AddressField HiddenFields { get; set; }

Property Value

AddressField

ReadOnly

public bool ReadOnly { get; set; }

Property Value

bool

RequiredFields

public AddressField RequiredFields { get; set; }

Property Value

AddressField

Methods

GetInputValues(QPersonAddress)

public void GetInputValues(QPersonAddress address)

Parameters

address QPersonAddress

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

SetUserInputValues(string, QPersonAddress, QGroupAddress, string, QPersonAddress)

public void SetUserInputValues(string type, QPersonAddress address, QGroupAddress employerAddress = null, string employerName = null, QPersonAddress homeAddress = null)

Parameters

type string
address QPersonAddress
employerAddress QGroupAddress
employerName string
homeAddress QPersonAddress