Class AppointmentNotificationSubAggregatorProvider
DEPRECATED, AppointmentNotificationAggregatorProvider for current implementation. Aggregates all subproviders, doing some work on linkhints.
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("AppointmentNotificationAggregator", 1073741823)]
public class AppointmentNotificationSubAggregatorProvider : MultiQueryProviderBase, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
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)
DEPRECATED, AppointmentNotificationAggregatorProvider for current implementation. Aggregates all subproviders, doing some work on linkhints.
Declaration
protected override void InnerPopulateRow(ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
ArchiveRow | row |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)