Class ChooseEntityProvider
Inheritance
ChooseEntityProvider
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[DynamicMDOProviderPlugin("Choose entities provider", 2147383647)]
public class ChooseEntityProvider : ArchiveEntitiesProviderBase, IDynamicMDOProvider, ISoListProvider, ISoList
Constructors
ChooseEntityProvider()
Declaration
public ChooseEntityProvider()
Methods
AcceptEntity(ArchiveRowTypeInfo)
Declaration
protected override bool AcceptEntity(ArchiveRowTypeInfo entity)
Parameters
Type | Name | Description |
---|---|---|
ArchiveRowTypeInfo | entity |
Returns
Type | Description |
---|---|
bool |
Overrides
MergeInCurrentConfiguration(string, object, string)
Given the name of a gui control and the current state of the MDO list and the owner keys, fetch and merge in the current state of that gui control (i.e., the currently selected controls, and current orderby constraints)
Declaration
protected override void MergeInCurrentConfiguration(string guiName, object extraInfo, string ownerKeys)
Parameters
Type | Name | Description |
---|---|---|
string | guiName | Name of gui control |
object | extraInfo | |
string | ownerKeys |