Class AppointmentNotificationSubAggregatorProvider
DEPRECATED, AppointmentNotificationAggregatorProvider for current implementation. Aggregates all subproviders, doing some work on linkhints.
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[ArchiveProvider("AppointmentNotificationAggregator", 1073741823)]
public class AppointmentNotificationSubAggregatorProvider : MultiQueryProviderBase, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Constructors
AppointmentNotificationSubAggregatorProvider()
DEPRECATED, AppointmentNotificationAggregatorProvider for current implementation. Aggregates all subproviders, doing some work on linkhints.
Declaration
public AppointmentNotificationSubAggregatorProvider()
Fields
ProviderName
DEPRECATED, AppointmentNotificationAggregatorProvider for current implementation. Aggregates all subproviders, doing some work on linkhints.
Declaration
public const string ProviderName = "AppointmentNotificationAggregator"
Field Value
| Type | Description |
|---|---|
| string |
Methods
InnerPopulateRow(ArchiveRow)
This virtual method is called after a row has been selected as being the 'next' to be returned by this multi query provider, and provides an opportunity to modify it before it is returned to the client.
Declaration
protected override void InnerPopulateRow(ArchiveRow row)
Parameters
| Type | Name | Description |
|---|---|---|
| ArchiveRow | row | Row being processed, may be modified (with due care) |