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