Class AssignmentCompanyNotificationExtender
Inheritance
AssignmentCompanyNotificationExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class AssignmentCompanyNotificationExtender : AssignmentNotificationExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
AssignmentCompanyNotificationExtender()
Declaration
public AssignmentCompanyNotificationExtender()
Fields
_contactTableInfo
Declaration
protected ContactTableInfo _contactTableInfo
Field Value
| Type | Description |
|---|---|
| ContactTableInfo |
Methods
InnerModifyQuery()
Template method called from ModifyQuery() during query processing; subclasses should implement it to build their queries. It will ONLY be called if IsQueryNeeded returns true.
Declaration
protected override void InnerModifyQuery()
Overrides
ModifyQuery()
Interface implementation, called from outer query provider to build the query
Declaration
public override void ModifyQuery()
Overrides
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 NotifyTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| NotifyTableInfo |