Class SelectionStaticContactExtender
Base extender for selection members, static, of type contact (not person)
Inheritance
SelectionStaticContactExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class SelectionStaticContactExtender : SelectionContactExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Remarks
New in #75218: add the Main Contact, which is the same as the old First Person, which is linked using the obsolete supportPersonId field
Constructors
SelectionStaticContactExtender()
Declaration
public SelectionStaticContactExtender()
SelectionStaticContactExtender(ContactExtenderBase.Features)
Declaration
public SelectionStaticContactExtender(ContactExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
ContactExtenderBase.Features | features |
Fields
_colSelectionId
Declaration
protected ArchiveColumnInfo _colSelectionId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Methods
SetJoin()
Declaration
protected override ContactTableInfo SetJoin()
Returns
Type | Description |
---|---|
ContactTableInfo |
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.ContactTableInfo>.SetJoin()
SetRestriction(ArchiveRestrictionInfo[])
Override: If there is a personId restriction, and that restriction is anything else than personId = 0, then it means that someone cares about person id's, and that excludes this provider, which by definition will ONLY find rows that have person_id = 0.
Declaration
public override bool SetRestriction(params ArchiveRestrictionInfo[] restrictions)
Parameters
Type | Name | Description |
---|---|---|
ArchiveRestrictionInfo[] | restrictions |
Returns
Type | Description |
---|---|
Boolean |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)