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
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class PersonPhoneExtenderBase : PhoneExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
PersonPhoneExtenderBase(PhoneType)
Construct the object and set the phone type
Declaration
protected PersonPhoneExtenderBase(PhoneType type)
Parameters
Type | Name | Description |
---|---|---|
PhoneType | type | Standard phone type |
Properties
ParentCountryId
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.
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 |
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.PhoneTableInfo>.SetJoin()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)