Class AddressEditor
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.
CityRequired
CityRequired control.
protected RequiredValidator CityRequired
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.
CountryField
CountryField control.
protected HtmlGenericControl CountryField
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CountrySelector
CountrySelector control.
protected FindCountry CountrySelector
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CountryValidator
CountryValidator control.
protected CustomValidator CountryValidator
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.
DescriptionRequired
DescriptionRequired control.
protected RequiredValidator DescriptionRequired
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EmployeeAddressPanel
EmployeeAddressPanel control.
protected Container EmployeeAddressPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EmployerAddress
EmployerAddress control.
protected HyperLink EmployerAddress
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EmployerAddressPanel
EmployerAddressPanel control.
protected Container EmployerAddressPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EmployerAddressTitle
EmployerAddressTitle control.
protected Literal 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 HyperLink HomeAddress
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
HomeAddressPanel
HomeAddressPanel control.
protected Container HomeAddressPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MapField
MapField control.
protected HtmlGenericControl MapField
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MapURL
MapURL control.
protected HyperLink MapURL
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.
PostalCodeRequired
PostalCodeRequired control.
protected RequiredValidator PostalCodeRequired
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.
Street1Required
Street1Required control.
protected RequiredValidator Street1Required
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.
Street2Required
Street2Required control.
protected RequiredValidator Street2Required
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
ValidationGroup
public string ValidationGroup { get; set; }
Property Value
Methods
GetInputValues(QPersonAddress)
public void GetInputValues(QPersonAddress address)
Parameters
addressQPersonAddress
GetInputValues(GroupAddress)
public void GetInputValues(GroupAddress address)
Parameters
addressGroupAddress
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)
Parameters
SetGroupInputValues(string, QGroupAddress, Guid?)
public void SetGroupInputValues(string type, QGroupAddress address, Guid? group)
Parameters
typestringaddressQGroupAddressgroupGuid?
SetUserInputValues(string, QPersonAddress, QGroupAddress, string, QPersonAddress)
public void SetUserInputValues(string type, QPersonAddress address, QGroupAddress employerAddress = null, string employerName = null, QPersonAddress homeAddress = null)
Parameters
typestringaddressQPersonAddressemployerAddressQGroupAddressemployerNamestringhomeAddressQPersonAddress