Class ContactPhoneExtenderBase
This is a base class for Contact phone extenders, i.e., classes that extend a contact archive provider extender with phone numbers. Derived classes merely need to specify the phone type, the rest happens here in the base class.
Inheritance
ContactPhoneExtenderBase
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class ContactPhoneExtenderBase : PhoneExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
ContactPhoneExtenderBase(PhoneType)
Construct the object and set the phone type
Declaration
protected ContactPhoneExtenderBase(PhoneType type)
Parameters
Type | Name | Description |
---|---|---|
PhoneType | type | Standard phone type |
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 |