Table of Contents

Class AddressEditor

Namespace
InSite.Admin.Contacts.Addresses.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.

CityRequired

CityRequired control.

protected RequiredValidator CityRequired

Field Value

RequiredValidator

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.

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.

CountrySelector

CountrySelector control.

protected FindCountry CountrySelector

Field Value

FindCountry

Remarks

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

CountryValidator

CountryValidator control.

protected CustomValidator CountryValidator

Field Value

CustomValidator

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.

DescriptionRequired

DescriptionRequired control.

protected RequiredValidator DescriptionRequired

Field Value

RequiredValidator

Remarks

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

EmployeeAddressPanel

EmployeeAddressPanel control.

protected Container EmployeeAddressPanel

Field Value

Container

Remarks

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

EmployerAddress

EmployerAddress control.

protected HyperLink EmployerAddress

Field Value

HyperLink

Remarks

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

EmployerAddressPanel

EmployerAddressPanel control.

protected Container EmployerAddressPanel

Field Value

Container

Remarks

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

EmployerAddressTitle

EmployerAddressTitle control.

protected Literal EmployerAddressTitle

Field Value

Literal

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 HyperLink HomeAddress

Field Value

HyperLink

Remarks

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

HomeAddressPanel

HomeAddressPanel control.

protected Container HomeAddressPanel

Field Value

Container

Remarks

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

MapField

MapField control.

protected HtmlGenericControl MapField

Field Value

HtmlGenericControl

Remarks

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

MapURL

MapURL control.

protected HyperLink MapURL

Field Value

HyperLink

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.

PostalCodeRequired

PostalCodeRequired control.

protected RequiredValidator PostalCodeRequired

Field Value

RequiredValidator

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.

Street1Required

Street1Required control.

protected RequiredValidator Street1Required

Field Value

RequiredValidator

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.

Street2Required

Street2Required control.

protected RequiredValidator Street2Required

Field Value

RequiredValidator

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

ValidationGroup

public string ValidationGroup { get; set; }

Property Value

string

Methods

GetInputValues(QPersonAddress)

public void GetInputValues(QPersonAddress address)

Parameters

address QPersonAddress

GetInputValues(GroupAddress)

public void GetInputValues(GroupAddress address)

Parameters

address GroupAddress

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

SetGroupInputValues(string, QGroupAddress, Guid?)

public void SetGroupInputValues(string type, QGroupAddress address, Guid? group)

Parameters

type string
address QGroupAddress
group Guid?

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