Class BookingParticipantsAssociateProvider
Single provider channel for the Participants archives. This channel represents Associates (not resource or external person), specified indirectly through a reference to a booking row in appointment (not by explicit id, see the ExplicitParticipantsAssociateProvider class for this counterpart).
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public sealed class BookingParticipantsAssociateProvider : ParticipantsAssociateProvider, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
BookingParticipantsAssociateProvider()
Single provider channel for the Participants archives. This channel represents Associates (not resource or external person), specified indirectly through a reference to a booking row in appointment (not by explicit id, see the ExplicitParticipantsAssociateProvider class for this counterpart).
Declaration
public BookingParticipantsAssociateProvider()
Properties
TableToExtend
Single provider channel for the Participants archives. This channel represents Associates (not resource or external person), specified indirectly through a reference to a booking row in appointment (not by explicit id, see the ExplicitParticipantsAssociateProvider class for this counterpart).
Declaration
public override TableInfo TableToExtend { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
Methods
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Single provider channel for the Participants archives. This channel represents Associates (not resource or external person), specified indirectly through a reference to a booking row in appointment (not by explicit id, see the ExplicitParticipantsAssociateProvider class for this counterpart).
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
PostProcessQuery()
Process the special restrictions, and modify the query appropriately
Declaration
public override void PostProcessQuery()
Overrides
Remarks
This can't be done through ProcessRestrictions, since that would be too early - the extenders are not initialized at that time and we can't ask them about things like TableToExtend. PostProcessQuery is called late in the process leading up to query execution, so everything is in place.