Class ProjectExternalEventExtender
This class extends a Project archive provider extender with ExternalEvent fields
Inheritance
ProjectExternalEventExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class ProjectExternalEventExtender : ExternalEventExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
ProjectExternalEventExtender()
Construct the object
Declaration
public ProjectExternalEventExtender()
Methods
SetJoin()
Set up the join for a person's ExternalEvent address, using the base-class defined rank restriction
Declaration
protected override ExternalEventTableInfo SetJoin()
Returns
Type | Description |
---|---|
ExternalEventTableInfo | TableInfo instance of the newly joined-in table |
Overrides
Remarks
If there is a restriction on one of our columns, we do not add a rank=1 clause to the join. Otherwise, we add that clause.