Class SimpleInvitationProvider
This is the query provider for invitations, of subtype 'Simple'
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("SimpleInvitation", 1073741823)]
public class SimpleInvitationProvider : InvitationSubProviderBase<SimpleInvitationExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveInvitationRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Remarks
A simple invitation is one that is not recurring and has the status Booking. This entity is mandatory. Simple bookings have no 'overdue' checks.
Constructors
SimpleInvitationProvider()
This is the query provider for invitations, of subtype 'Simple'
Declaration
public SimpleInvitationProvider()
Remarks
A simple invitation is one that is not recurring and has the status Booking. This entity is mandatory. Simple bookings have no 'overdue' checks.
Fields
EntityName
This is the query provider for invitations, of subtype 'Simple'
Declaration
public const string EntityName = "invitation"
Field Value
Type | Description |
---|---|
string |
Remarks
A simple invitation is one that is not recurring and has the status Booking. This entity is mandatory. Simple bookings have no 'overdue' checks.
ProviderName
This is the query provider for invitations, of subtype 'Simple'
Declaration
public const string ProviderName = "SimpleInvitation"
Field Value
Type | Description |
---|---|
string |
Remarks
A simple invitation is one that is not recurring and has the status Booking. This entity is mandatory. Simple bookings have no 'overdue' checks.