Class AssignResponseInvitationProvider
This is the query provider for invitations, of subtype 'Response'
Inheritance
System.Object
AssignResponseInvitationProvider
Implements
Inherited Members
InvitationSubProviderBase<AssignResponseInvitationExtender>.PostProcessRow(SoDataReader, ArchiveRow)
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
ExtensibleColumnsBase.AddAssociateFullName(SoDataReader, ArchiveRow, ArchiveColumnInfo, FieldInfo[])
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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, IPlugin
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()
Declaration
public AssignResponseInvitationProvider()
Fields
EntityName
Declaration
public const string EntityName = "response"
Field Value
Type | Description |
---|---|
System.String |
ProviderName
Declaration
public const string ProviderName = "AssignResponseInvitation"
Field Value
Type | Description |
---|---|
System.String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)