Class RejectedInvitationExtender
Extender that fetches invitation that I (the owner associate) have received and rejected (not other people's rejections of invitations that I have made). It does not fetch rejected assignments, because those are immediately transferred back to the assigning party.
Inheritance
RejectedInvitationExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class RejectedInvitationExtender : AssociateInvitationExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IArchiveProviderExtenderAccept
Constructors
RejectedInvitationExtender()
Extender that fetches invitation that I (the owner associate) have received and rejected (not other people's rejections of invitations that I have made). It does not fetch rejected assignments, because those are immediately transferred back to the assigning party.
Declaration
public RejectedInvitationExtender()
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()