Class AppointmentSelectionDynamicProvider
Appointment selection archive using the selectionId as criterionmapping.
Inheritance
System.Object
AppointmentSelectionDynamicProvider
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("AppointmentDynamicSelection", 1073741823)]
public class AppointmentSelectionDynamicProvider : DynamicSelectionProviderBase<ArchiveRow, AppointmentAppointmentExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
AppointmentSelectionDynamicProvider()
Declaration
public AppointmentSelectionDynamicProvider()
AppointmentSelectionDynamicProvider(AppointmentExtenderBase.Features)
Declaration
public AppointmentSelectionDynamicProvider(AppointmentExtenderBase.Features features)
Parameters
Fields
_colRowKind
Declaration
protected ArchiveColumnInfo _colRowKind
Field Value
_colSelectionId
Declaration
protected ArchiveColumnInfo _colSelectionId
Field Value
_colSkipTentativeAndRejected
Declaration
protected ArchiveColumnInfo _colSkipTentativeAndRejected
Field Value
ProviderName
Declaration
public const string ProviderName = "AppointmentDynamicSelection"
Field Value
Type |
Description |
System.String |
|
Methods
GetRows(String)
Override: If no criteria have been specified for the dynamic selection, then it should return no rows
Declaration
public override IEnumerable<ArchiveRow> GetRows(string options)
Parameters
Type |
Name |
Description |
System.String |
options |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<ArchiveRow> |
|
Overrides
SuperOffice.CRM.ArchiveLists.TypedQueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow, SuperOffice.CRM.ArchiveLists.AppointmentAppointmentExtender>.GetRows(System.String)
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Overrides
SuperOffice.CRM.ArchiveLists.TypedQueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow, SuperOffice.CRM.ArchiveLists.AppointmentAppointmentExtender>.InnerPopulateRowFromReader(SuperOffice.Data.SoDataReader, SuperOffice.CRM.ArchiveLists.ArchiveRow)
SetRestriction(ArchiveRestrictionInfo[])
Declaration
public override bool SetRestriction(params ArchiveRestrictionInfo[] restrictions)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
SuperOffice.CRM.ArchiveLists.Archive.DynamicSelectionProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow, SuperOffice.CRM.ArchiveLists.AppointmentAppointmentExtender>.SetRestriction(SuperOffice.CRM.ArchiveLists.ArchiveRestrictionInfo[])
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)