Table of Contents

Class AddressCreator

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

Constructors

AddressCreator()

public AddressCreator()

Fields

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.

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.

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.

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.

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.

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.

UseAsShippingAddress

UseAsShippingAddress control.

protected CheckBox UseAsShippingAddress

Field Value

CheckBox

Remarks

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

Methods

GetAddresses()

public AddressCreator.Result GetAddresses()

Returns

AddressCreator.Result

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs