Class LinksAppointmentByDestinationExtender
Link data extender for by-destination addressing, a fancy way of saying appointments by appointment id
Inheritance
LinksAppointmentByDestinationExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class LinksAppointmentByDestinationExtender : AppointmentAppointmentExtender, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IArchiveProviderExtenderAccept
Constructors
LinksAppointmentByDestinationExtender()
Link data extender for by-destination addressing, a fancy way of saying appointments by appointment id
Declaration
public LinksAppointmentByDestinationExtender()
Fields
_colDestinationAppointmentIdRestriction
Link data extender for by-destination addressing, a fancy way of saying appointments by appointment id
Declaration
protected ArchiveColumnInfo _colDestinationAppointmentIdRestriction
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
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()