Class CancelledInvitationExtender
Extender that fetches invitations to meetings that have been cancelled (I am the one invited, not the inviter). The Dialog or someone else - anyone except this fetcher - is responsible for sooner or later deleting these records. In the windows GUI the records are deleted by the Invitation dialog on exit.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class CancelledInvitationExtender : AssociateInvitationExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IArchiveProviderExtenderAccept
Constructors
CancelledInvitationExtender()
Extender that fetches invitations to meetings that have been cancelled (I am the one invited, not the inviter). The Dialog or someone else - anyone except this fetcher - is responsible for sooner or later deleting these records. In the windows GUI the records are deleted by the Invitation dialog on exit.
Declaration
public CancelledInvitationExtender()
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
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Override: set the 'new' stylehint if the row requires attention (new, moved or deleted/cancelled)
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |