Class AppointmentCancelledNotificationSubProvider
Inheritance
AppointmentCancelledNotificationSubProvider
Implements
Inherited Members
TypedQueryProviderBase<ArchiveActivityRow, AppointmentCancelledNotificationExtender>.GetRows(String)
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("AppointmentCancelledNotification", 1073741823)]
public class AppointmentCancelledNotificationSubProvider : TypedQueryProviderBase<ArchiveActivityRow, AppointmentCancelledNotificationExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveActivityRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
AppointmentCancelledNotificationSubProvider()
Declaration
public AppointmentCancelledNotificationSubProvider()
Fields
EntityName
Declaration
public const string EntityName = "appointmentCancelled"
Field Value
Type | Description |
---|---|
String |
ProviderName
Declaration
public const string ProviderName = "AppointmentCancelledNotification"
Field Value
Type | Description |
---|---|
String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)