Show / Hide Table of Contents

Class ContactPersonSelectionDynamicProviderV2

Contact + Person selection archive with OR-able selection groups. Each group is represented with the SaleSelectionDynamicProviderSingleCriteriaGroup.

Inheritance
Object
MultiQueryProviderBase
MultiQueryProviderBaseWithRestrictionGroups
DynamicSelectionMultiCriteriaGroupBase
ContactPersonSelectionDynamicProviderV2
Implements
IArchiveMultiQueryProvider
IArchiveCombinedContactPersonProvider
IArchiveProvider
IArchiveProviderHasRows
IArchiveProviderHasColumns
IArchiveProviderHasEntities
Inherited Members
DynamicSelectionMultiCriteriaGroupBase._colSelectionId
DynamicSelectionMultiCriteriaGroupBase._colRowKind
DynamicSelectionMultiCriteriaGroupBase.SetRestriction(ArchiveRestrictionInfo[])
DynamicSelectionMultiCriteriaGroupBase.InnerPopulateRow(ArchiveRow)
DynamicSelectionMultiCriteriaGroupBase.GetRows(String)
DynamicSelectionMultiCriteriaGroupBase.SubProviderName
DynamicSelectionMultiCriteriaGroupBase.StorageKeyRestrictionName
DynamicSelectionMultiCriteriaGroupBase.RestrictionStorageKey
MultiQueryProviderBaseWithRestrictionGroups.SetDesiredColumns(String[])
MultiQueryProviderBaseWithRestrictionGroups.SetOrderBy(ArchiveOrderByInfo[])
MultiQueryProviderBaseWithRestrictionGroups.GetFirstProvider()
MultiQueryProviderBase.AcceptRow(ArchiveRow)
MultiQueryProviderBase.PreGetRows()
MultiQueryProviderBase.GetFinalRowCount()
MultiQueryProviderBase.AddSubProvider<ProviderType>(ProviderType)
MultiQueryProviderBase.RemoveSubProvider<ProviderType>(ProviderType)
MultiQueryProviderBase.SetRestrictionAndDropUnrestrictedProviders(ArchiveRestrictionInfo[])
MultiQueryProviderBase.CreateAndAddProviders(MultiQueryProviderBase.AddProviderInfo[])
MultiQueryProviderBase.Close()
MultiQueryProviderBase.GetReader(String)
MultiQueryProviderBase.GetResultInformation()
MultiQueryProviderBase.SetPagingInfo(Int32, Int32)
MultiQueryProviderBase.GetAvailableColumns()
MultiQueryProviderBase.GetAvailableEntities()
MultiQueryProviderBase.InhibitParallelStart
MultiQueryProviderBase.Options
MultiQueryProviderBase.OrderBy
MultiQueryProviderBase.InhibitDistinctPrimaryKeys
MultiQueryProviderBase.OrderByRequiresAll
MultiQueryProviderBase.RestrictionRequiresAll
MultiQueryProviderBase.OrderByRequired
MultiQueryProviderBase.RestrictionHelper
MultiQueryProviderBase.ColumnHelper
MultiQueryProviderBase.PageSize
MultiQueryProviderBase.PageNumber
MultiQueryProviderBase.HaveReadToEnd
MultiQueryProviderBase.Providers
MultiQueryProviderBase.DebugXML
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("ContactPersonDynamicSelectionV2", 1073741823)]
public class ContactPersonSelectionDynamicProviderV2 : DynamicSelectionMultiCriteriaGroupBase, IArchiveMultiQueryProvider, IArchiveCombinedContactPersonProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin

Constructors

ContactPersonSelectionDynamicProviderV2()

Contact + Person selection archive with OR-able selection groups. Each group is represented with the SaleSelectionDynamicProviderSingleCriteriaGroup.

Declaration
public ContactPersonSelectionDynamicProviderV2()

ContactPersonSelectionDynamicProviderV2(String)

Contact + Person selection archive with OR-able selection groups. Each group is represented with the SaleSelectionDynamicProviderSingleCriteriaGroup.

Declaration
public ContactPersonSelectionDynamicProviderV2(string context)
Parameters
Type Name Description
String context

Fields

ProviderName

Contact + Person selection archive with OR-able selection groups. Each group is represented with the SaleSelectionDynamicProviderSingleCriteriaGroup.

Declaration
public const string ProviderName = "ContactPersonDynamicSelectionV2"
Field Value
Type Description
String

Properties

IsInPersonMode

Contact + Person selection archive with OR-able selection groups. Each group is represented with the SaleSelectionDynamicProviderSingleCriteriaGroup.

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

Methods

ForcePersonMode(Boolean)

Contact + Person selection archive with OR-able selection groups. Each group is represented with the SaleSelectionDynamicProviderSingleCriteriaGroup.

Declaration
public void ForcePersonMode(bool mode = true)
Parameters
Type Name Description
Boolean mode

ModifyRestrictionGroup(IArchiveProvider, ArchiveRestrictionInfo[])

Contact + Person selection archive with OR-able selection groups. Each group is represented with the SaleSelectionDynamicProviderSingleCriteriaGroup.

Declaration
protected override ArchiveRestrictionInfo[] ModifyRestrictionGroup(IArchiveProvider provider, ArchiveRestrictionInfo[] resGroup)
Parameters
Type Name Description
IArchiveProvider provider
ArchiveRestrictionInfo[] resGroup
Returns
Type Description
ArchiveRestrictionInfo[]
Overrides
MultiQueryProviderBaseWithRestrictionGroups.ModifyRestrictionGroup(IArchiveProvider, ArchiveRestrictionInfo[])

SetDesiredEntities(String[])

Contact + Person selection archive with OR-able selection groups. Each group is represented with the SaleSelectionDynamicProviderSingleCriteriaGroup.

Declaration
public override void SetDesiredEntities(params string[] entities)
Parameters
Type Name Description
String[] entities
Overrides
MultiQueryProviderBaseWithRestrictionGroups.SetDesiredEntities(String[])

Implements

IArchiveMultiQueryProvider
IArchiveCombinedContactPersonProvider
IArchiveProvider
IArchiveProviderHasRows
IArchiveProviderHasColumns
IArchiveProviderHasEntities

Extension Methods

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