Class PersonAnyPhoneExtender
Special phone extender used only for searching. It will innerjoin to the parent person on any person-related phone type and without rank restrictions; however, it will not join at all unless its column has actually been specified as a restriction (because it would otherwise cause huge row duplications)
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class PersonAnyPhoneExtender : PhoneExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
PersonAnyPhoneExtender()
Special phone extender used only for searching. It will innerjoin to the parent person on any person-related phone type and without rank restrictions; however, it will not join at all unless its column has actually been specified as a restriction (because it would otherwise cause huge row duplications)
Declaration
public PersonAnyPhoneExtender()
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()
Subclass contract: Implementations of this method should create the extenders' table information object, join it to the relevant parent, and return the table information instance
Declaration
protected override PhoneTableInfo SetJoin()
Returns
Type | Description |
---|---|
PhoneTableInfo |