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