Class AssignResponseInvitationProvider
This is the query provider for invitations, of subtype 'Response'
Inheritance
Implements
Inherited Members
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
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()
This is the query provider for invitations, of subtype 'Response'
Declaration
public AssignResponseInvitationProvider()
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.
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 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.
ProviderName
This is the query provider for invitations, of subtype 'Response'
Declaration
public const string ProviderName = "AssignResponseInvitation"
Field Value
Type | Description |
---|---|
string |
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.