Class AssignResponseInvitationProvider
This is the query provider for invitations, of subtype 'Response'
Inheritance
AssignResponseInvitationProvider
Implements
Inherited Members
InvitationSubProviderBase<AssignResponseInvitationExtender>.PostProcessRow(SoDataReader, ArchiveRow)
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("AssignResponseInvitation", 1073741823)]
public class AssignResponseInvitationProvider : InvitationSubProviderBase<AssignResponseInvitationExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveInvitationRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Remarks
Response invitations are defined as having status declined (BookingDeclined or AssignmentDeclined). They also have to be not overdue, i.e., activedate must be >= start of today. This is an optional entity and is fetched if the user checks the corresponding checkbox.
Constructors
AssignResponseInvitationProvider()
Declaration
public AssignResponseInvitationProvider()
Fields
EntityName
Declaration
public const string EntityName = "response"
Field Value
Type | Description |
---|---|
String |
ProviderName
Declaration
public const string ProviderName = "AssignResponseInvitation"
Field Value
Type | Description |
---|---|
String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)