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
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.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 |