Class FindAppointmentProvider
Find appointment provider
Inheritance
FindAppointmentProvider
Implements
Inherited Members
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
Constructors
FindAppointmentProvider()
Default constructor for the FindAppointmentProvider
Declaration
public FindAppointmentProvider()
Fields
ProviderName
Find appointment provider
Declaration
public const string ProviderName = "FindAppointment"
Field Value
Type | Description |
---|---|
string |
_colSkipTentativeAndRejected
Find appointment provider
Declaration
protected ArchiveColumnInfo _colSkipTentativeAndRejected
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Methods
SetRestriction(params 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 |
---|---|
bool |