Class RejectedInvitationProvider
This is the query provider for invitations, of subtype 'Rejected'
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("RejectedInvitation", 1073741823)]
public class RejectedInvitationProvider : InvitationSubProviderBase<RejectedInvitationExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveInvitationRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Remarks
A rejected invitation is one that has been rejected or deleted by you, and is not overdue by more than one day. This is an optional entity and is fetched only if the user checks the corresponding box.
Constructors
RejectedInvitationProvider()
This is the query provider for invitations, of subtype 'Rejected'
Declaration
public RejectedInvitationProvider()
Remarks
A rejected invitation is one that has been rejected or deleted by you, and is not overdue by more than one day. 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 'Rejected'
Declaration
public const string EntityName = "rejected"
Field Value
Type | Description |
---|---|
string |
Remarks
A rejected invitation is one that has been rejected or deleted by you, and is not overdue by more than one day. 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 'Rejected'
Declaration
public const string ProviderName = "RejectedInvitation"
Field Value
Type | Description |
---|---|
string |
Remarks
A rejected invitation is one that has been rejected or deleted by you, and is not overdue by more than one day. This is an optional entity and is fetched only if the user checks the corresponding box.