Class AppointmentNotificationAggregatorProvider
Inheritance
AppointmentNotificationAggregatorProvider
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("AppointmentNotificationAggregator", 715827882)]
public class AppointmentNotificationAggregatorProvider : TypedQueryProviderBase<ArchiveActivityRow, AppointmentNotificationAggregatorExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveActivityRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
AppointmentNotificationAggregatorProvider()
Declaration
public AppointmentNotificationAggregatorProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "AppointmentNotificationAggregator"
Field Value
Type | Description |
---|---|
String |
Methods
AcceptRow(SoDataReader)
Declaration
protected override bool AcceptRow(SoDataReader reader)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader |
Returns
Type | Description |
---|---|
Boolean |
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveActivityRow>.AcceptRow(SuperOffice.Data.SoDataReader)
PostProcessRow(SoDataReader, ArchiveRow)
Declaration
protected override void PostProcessRow(SoDataReader _reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | _reader | |
ArchiveRow | row |
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveActivityRow>.PostProcessRow(SuperOffice.Data.SoDataReader, SuperOffice.CRM.ArchiveLists.ArchiveRow)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)