Class AppointmentSelectionProviderBase
This is the archive Provider for the Selection appointment archive.
Inheritance
System.Object
AppointmentSelectionProviderBase
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
public abstract class AppointmentSelectionProviderBase : SelectionProviderBase, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
AppointmentSelectionProviderBase(String, String, String, Boolean)
Declaration
public AppointmentSelectionProviderBase(string staticProvidername, string dynamicProviderName, string combinedProviderName, bool isShadow)
Parameters
Type | Name | Description |
---|---|---|
System.String | staticProvidername | |
System.String | dynamicProviderName | |
System.String | combinedProviderName | |
Boolean | isShadow |
Methods
GetAppointmentSelectionMembersRows(Int32, String[], Boolean)
Retrieve all selection members for a given selection
Declaration
public static IEnumerable<ArchiveRow> GetAppointmentSelectionMembersRows(int selectionId, string[] returnColumns, bool includeStopped)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | selectionId | Identity of selection to get members from |
System.String[] | returnColumns | Name of columns to return |
Boolean | includeStopped | Include contacts marked with stop |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ArchiveRow> | All selection members for given selection |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)