Class CancelledInvitationProvider
This is the query provider for invitations, of subtype 'Cancelled'
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("CancelledInvitation", 1073741823)]
public class CancelledInvitationProvider : InvitationSubProviderBase<CancelledInvitationExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveInvitationRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Remarks
A cancelled invitation is one that has been cancelled by the owner and is not overdue. This is an optional entity and is fetched only if the user checks the corresponding box.
Constructors
CancelledInvitationProvider()
This is the query provider for invitations, of subtype 'Cancelled'
Declaration
public CancelledInvitationProvider()
Remarks
A cancelled invitation is one that has been cancelled by the owner and is not overdue. This is an optional entity and is fetched only if the user checks the corresponding box.
Fields
EntityName
This is the query provider for invitations, of subtype 'Cancelled'
Declaration
public const string EntityName = "cancelled"
Field Value
Type | Description |
---|---|
string |
Remarks
A cancelled invitation is one that has been cancelled by the owner and is not overdue. This is an optional entity and is fetched only if the user checks the corresponding box.
ProviderName
This is the query provider for invitations, of subtype 'Cancelled'
Declaration
public const string ProviderName = "CancelledInvitation"
Field Value
Type | Description |
---|---|
string |
Remarks
A cancelled invitation is one that has been cancelled by the owner and is not overdue. This is an optional entity and is fetched only if the user checks the corresponding box.