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
CancelledInvitationExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class CancelledInvitationExtender : AssociateInvitationExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
CancelledInvitationExtender()
Declaration
public CancelledInvitationExtender()
Methods
InnerModifyQuery()
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 |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)