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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
City
City control.
protected TextBox City
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CityField
CityField control.
protected HtmlGenericControl CityField
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CopyEmployerAddress
CopyEmployerAddress control.
protected Button CopyEmployerAddress
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CopyHomeAddress
CopyHomeAddress control.
protected Button CopyHomeAddress
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Country
Country control.
protected FindCountry Country
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CountryField
CountryField control.
protected HtmlGenericControl CountryField
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Description
Description control.
protected TextBox Description
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DescriptionField
DescriptionField control.
protected HtmlGenericControl DescriptionField
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EmployeeAddressPanel
EmployeeAddressPanel control.
protected HtmlGenericControl EmployeeAddressPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EmployerAddress
EmployerAddress control.
protected Literal EmployerAddress
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EmployerAddressPanel
EmployerAddressPanel control.
protected HtmlGenericControl EmployerAddressPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EmployerAddressTitle
EmployerAddressTitle control.
protected HtmlGenericControl EmployerAddressTitle
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EmployerName
EmployerName control.
protected Literal EmployerName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
HomeAddress
HomeAddress control.
protected Literal HomeAddress
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
HomeAddressPanel
HomeAddressPanel control.
protected HtmlGenericControl HomeAddressPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PostalCode
PostalCode control.
protected TextBox PostalCode
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PostalCodeField
PostalCodeField control.
protected HtmlGenericControl PostalCodeField
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PostalCodeFieldLabel
PostalCodeFieldLabel control.
protected HtmlGenericControl PostalCodeFieldLabel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Province
Province control.
protected TextBox Province
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ProvinceField
ProvinceField control.
protected HtmlGenericControl ProvinceField
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ProvinceFieldLabel
ProvinceFieldLabel control.
protected HtmlGenericControl ProvinceFieldLabel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SharedAddressUsers
SharedAddressUsers control.
protected ListView SharedAddressUsers
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Street1
Street1 control.
protected TextBox Street1
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Street1Field
Street1Field control.
protected HtmlGenericControl Street1Field
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Street2
Street2 control.
protected TextBox Street2
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Street2Field
Street2Field control.
protected HtmlGenericControl Street2Field
Field Value
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
HiddenFields
public AddressField HiddenFields { get; set; }
Property Value
ReadOnly
public bool ReadOnly { get; set; }
Property Value
RequiredFields
public AddressField RequiredFields { get; set; }
Property Value
Methods
GetInputValues(QPersonAddress)
public void GetInputValues(QPersonAddress address)
Parameters
addressQPersonAddress
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)
Parameters
SetUserInputValues(string, QPersonAddress, QGroupAddress, string, QPersonAddress)
public void SetUserInputValues(string type, QPersonAddress address, QGroupAddress employerAddress = null, string employerName = null, QPersonAddress homeAddress = null)
Parameters
typestringaddressQPersonAddressemployerAddressQGroupAddressemployerNamestringhomeAddressQPersonAddress