Class ContactAddressExtenderBase
Inheritance
ContactAddressExtenderBase
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public abstract class ContactAddressExtenderBase : AddressExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
ContactAddressExtenderBase(string)
Construct the object
Declaration
public ContactAddressExtenderBase(string iconHint = "Contact")
Parameters
| Type | Name | Description |
|---|---|---|
| string | iconHint |
Properties
AddressTypes
Declaration
protected abstract int[] AddressTypes { get; }
Property Value
| Type | Description |
|---|---|
| int[] |
ParentCountryId
Subclass contract: A country ID, from the owning entity, must be provided; including its addition to the returnfields. Same pattern as for Phone.
Declaration
protected override FieldInfo ParentCountryId { get; }
Property Value
| Type | Description |
|---|---|
| FieldInfo |
Overrides
Methods
SetJoin()
Set up the join for a person's Address address, using the base-class defined rank restriction
Declaration
protected override AddressTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| AddressTableInfo | TableInfo instance of the newly joined-in table |