Class BookingResponseInvitationProvider
This is the query provider for invitations, of subtype 'Response'
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("BookingResponseInvitation", 1073741823)]
public class BookingResponseInvitationProvider : InvitationSubProviderBase<BookingResponseInvitationExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveInvitationRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Remarks
Response invitations are defined as having status declined (BookingDeclined or SuperOffice.Data.AppointmentStatus.BookingmentDeclined). 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
BookingResponseInvitationProvider()
This is the query provider for invitations, of subtype 'Response'
Declaration
public BookingResponseInvitationProvider()
Remarks
Response invitations are defined as having status declined (BookingDeclined or SuperOffice.Data.AppointmentStatus.BookingmentDeclined). 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.
Fields
EntityName
This is the query provider for invitations, of subtype 'Response'
Declaration
public const string EntityName = "response"
Field Value
Type | Description |
---|---|
string |
Remarks
Response invitations are defined as having status declined (BookingDeclined or SuperOffice.Data.AppointmentStatus.BookingmentDeclined). 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.
ProviderName
This is the query provider for invitations, of subtype 'Response'
Declaration
public const string ProviderName = "BookingResponseInvitation"
Field Value
Type | Description |
---|---|
string |
Remarks
Response invitations are defined as having status declined (BookingDeclined or SuperOffice.Data.AppointmentStatus.BookingmentDeclined). 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.