Class AppointmentProvider
Activity archive provider which handles appointments
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("Appointment", 1073741823)]
public class AppointmentProvider : MultiQueryProviderBase, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Remarks
This class instantiates a DiaryAppointmentProvider and a ChecklistAppointmentProvider as subchannels, each split by a DoneNotDoneSplitter to get appointments that are not done, or done today
Constructors
AppointmentProvider()
Activity archive provider which handles appointments
Declaration
public AppointmentProvider()
Remarks
This class instantiates a DiaryAppointmentProvider and a ChecklistAppointmentProvider as subchannels, each split by a DoneNotDoneSplitter to get appointments that are not done, or done today
AppointmentProvider(ActivityArchiveKind)
Activity archive provider which handles appointments
Declaration
public AppointmentProvider(ActivityArchiveKind kind)
Parameters
Type | Name | Description |
---|---|---|
ActivityArchiveKind | kind |
Remarks
This class instantiates a DiaryAppointmentProvider and a ChecklistAppointmentProvider as subchannels, each split by a DoneNotDoneSplitter to get appointments that are not done, or done today
Fields
ProviderName
Activity archive provider which handles appointments
Declaration
public const string ProviderName = "Appointment"
Field Value
Type | Description |
---|---|
string |
Remarks
This class instantiates a DiaryAppointmentProvider and a ChecklistAppointmentProvider as subchannels, each split by a DoneNotDoneSplitter to get appointments that are not done, or done today
Methods
RequestStandardFilter()
Apply the conditions set in the Filter dialog for the current associate
Declaration
public void RequestStandardFilter()
Remarks
This class instantiates a DiaryAppointmentProvider and a ChecklistAppointmentProvider as subchannels, each split by a DoneNotDoneSplitter to get appointments that are not done, or done today