Class FindAppointmentProvider
Find appointment provider
Inheritance
FindAppointmentProvider
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("FindAppointment", 1073741823)]
public class FindAppointmentProvider : FindProviderBase<ArchiveFindAppointmentRow, AppointmentAppointmentExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveFindAppointmentProvider, IArchiveFindProviderBase<ArchiveFindAppointmentRow>, IArchiveTypedProvider<ArchiveFindAppointmentRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
FindAppointmentProvider()
Default constructor for the FindAppointmentProvider
Declaration
public FindAppointmentProvider()
Fields
_colSkipTentativeAndRejected
Find appointment provider
Declaration
protected ArchiveColumnInfo _colSkipTentativeAndRejected
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
ProviderName
Find appointment provider
Declaration
public const string ProviderName = "FindAppointment"
Field Value
Type | Description |
---|---|
String |
Methods
SetRestriction(ArchiveRestrictionInfo[])
Override: Eliminate irrelevant types from the query, unless explicit restrictions specify them
Declaration
public override bool SetRestriction(params ArchiveRestrictionInfo[] restrictions)
Parameters
Type | Name | Description |
---|---|---|
ArchiveRestrictionInfo[] | restrictions |
Returns
Type | Description |
---|---|
Boolean |
Overrides
SuperOffice.CRM.ArchiveLists.FindProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveFindAppointmentRow, SuperOffice.CRM.ArchiveLists.AppointmentAppointmentExtender>.SetRestriction(SuperOffice.CRM.ArchiveLists.ArchiveRestrictionInfo[])
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)