Show / Hide Table of Contents

Interface IArchiveCombinedContactPersonProvider

Static selection and Find Contact share the special property that they can operate in either a Contact or a Person mode, controlled by the restrictions given. In some cases it is desirable to know from the outside which mode has been set. This interface provides a method to do so.

Inherited Members
IArchiveProviderHasRows.GetRowsAsync(string, CancellationToken)
IArchiveProviderHasRows.GetReaderAsync(string, CancellationToken)
IArchiveProviderHasRows.GetResultInformationAsync()
IArchiveProviderHasRows.Close()
IArchiveProviderHasRows.SetPagingInfo(int, int)
IArchiveProviderHasColumns.GetAvailableColumns()
IArchiveProviderHasColumns.SetDesiredColumns(params string[])
IArchiveProviderHasColumns.SetOrderBy(params ArchiveOrderByInfo[])
IArchiveProviderHasColumns.SetRestriction(params ArchiveRestrictionInfo[])
IArchiveProviderHasEntities.GetAvailableEntities()
IArchiveProviderHasEntities.SetDesiredEntities(params string[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public interface IArchiveCombinedContactPersonProvider : IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities

Properties

IsInPersonMode

Is the provider operating in Person mode; if false, Contact mode is running

Declaration
bool IsInPersonMode { get; }
Property Value
Type Description
bool

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
IArchiverProviderHasRowsExtensions.GetRowsAsync(IArchiveProviderHasRows, CancellationToken)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top