Class CustomObjectSelectionDynamicProviderV2
CustomObject selection archive with OR-able selection groups. Each group is represented with the CustomObjectSelectionDynamicProviderSingleCriteriaGroup.
Inheritance
CustomObjectSelectionDynamicProviderV2
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("CustomObjectDynamicSelectionV2", 1073741823)]
public class CustomObjectSelectionDynamicProviderV2 : DynamicSelectionMultiCriteriaGroupBase, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
CustomObjectSelectionDynamicProviderV2(String)
CustomObject selection archive with OR-able selection groups. Each group is represented with the CustomObjectSelectionDynamicProviderSingleCriteriaGroup.
Declaration
public CustomObjectSelectionDynamicProviderV2(string tableName)
Parameters
Type | Name | Description |
---|---|---|
String | tableName |
Fields
ProviderName
CustomObject selection archive with OR-able selection groups. Each group is represented with the CustomObjectSelectionDynamicProviderSingleCriteriaGroup.
Declaration
public const string ProviderName = "CustomObjectDynamicSelectionV2"
Field Value
Type | Description |
---|---|
String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)