Class AppointmentSelectionDynamicProvider
Appointment selection archive using the selectionId as criterionmapping.
Inheritance
AppointmentSelectionDynamicProvider
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists.Archive
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()
Appointment selection archive using the selectionId as criterionmapping.
Declaration
public AppointmentSelectionDynamicProvider()
AppointmentSelectionDynamicProvider(AppointmentExtenderBase.Features)
Appointment selection archive using the selectionId as criterionmapping.
Declaration
public AppointmentSelectionDynamicProvider(AppointmentExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
AppointmentExtenderBase.Features | features |
Fields
_colRowKind
Appointment selection archive using the selectionId as criterionmapping.
Declaration
protected ArchiveColumnInfo _colRowKind
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colSelectionId
Appointment selection archive using the selectionId as criterionmapping.
Declaration
protected ArchiveColumnInfo _colSelectionId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colSkipTentativeAndRejected
Appointment selection archive using the selectionId as criterionmapping.
Declaration
protected ArchiveColumnInfo _colSkipTentativeAndRejected
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
ProviderName
Appointment selection archive using the selectionId as criterionmapping.
Declaration
public const string ProviderName = "AppointmentDynamicSelection"
Field Value
Type | Description |
---|---|
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 |
---|---|---|
String | options |
Returns
Type | Description |
---|---|
IEnumerable<ArchiveRow> |
Overrides
SuperOffice.CRM.ArchiveLists.TypedQueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow, SuperOffice.CRM.ArchiveLists.AppointmentAppointmentExtender>.GetRows(System.String)
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Appointment selection archive using the selectionId as criterionmapping.
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
SuperOffice.CRM.ArchiveLists.TypedQueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow, SuperOffice.CRM.ArchiveLists.AppointmentAppointmentExtender>.InnerPopulateRowFromReader(SuperOffice.Data.SoDataReader, SuperOffice.CRM.ArchiveLists.ArchiveRow)
SetRestriction(ArchiveRestrictionInfo[])
Appointment selection archive using the selectionId as criterionmapping.
Declaration
public override bool SetRestriction(params ArchiveRestrictionInfo[] restrictions)
Parameters
Type | Name | Description |
---|---|---|
ArchiveRestrictionInfo[] | restrictions |
Returns
Type | Description |
---|---|
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)