Class PersonPhoneExtenderBase
This is a base class for Phone phone extenders, i.e., classes that extend a person archive provider extender with phone numbers. Derived classes merely need to specify the phone type, the rest happens here in the base class.
Inheritance
PersonPhoneExtenderBase
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public abstract class PersonPhoneExtenderBase : PhoneExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
PersonPhoneExtenderBase(PhoneType, string)
Construct the object and set the phone type
Declaration
protected PersonPhoneExtenderBase(PhoneType type, string iconHint = "Person")
Parameters
| Type | Name | Description |
|---|---|---|
| PhoneType | type | Standard phone type |
| 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 Address.
Declaration
protected override FieldInfo ParentCountryId { get; }
Property Value
| Type | Description |
|---|---|
| FieldInfo |
Overrides
Methods
SetJoin()
Set up the join for a contact's phone, using base-class defined rank conditions
Declaration
protected override PhoneTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| PhoneTableInfo | TableInfo instance of the newly joined-in table |