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.GetRows(String)
IArchiveProviderHasRows.GetReader(String)
IArchiveProviderHasRows.GetResultInformation()
IArchiveProviderHasRows.Close()
IArchiveProviderHasRows.SetPagingInfo(Int32, Int32)
IArchiveProviderHasColumns.GetAvailableColumns()
IArchiveProviderHasColumns.SetDesiredColumns(String[])
IArchiveProviderHasColumns.SetOrderBy(ArchiveOrderByInfo[])
IArchiveProviderHasColumns.SetRestriction(ArchiveRestrictionInfo[])
IArchiveProviderHasEntities.GetAvailableEntities()
IArchiveProviderHasEntities.SetDesiredEntities(String[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public interface IArchiveCombinedContactPersonProvider : IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin

Properties

IsInPersonMode

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

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

Extension Methods

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