Class PersonAddressExtender
This class extends a Person archive provider extender with Address fields
Inheritance
PersonAddressExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class PersonAddressExtender : AddressExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
PersonAddressExtender(string)
Construct the object
Declaration
public PersonAddressExtender(string iconHint = "Person")
Parameters
| Type | Name | Description |
|---|---|---|
| string | iconHint |
Properties
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 |