Class ChooseEntityProvider
Inheritance
ChooseEntityProvider
Assembly: SoDataBase.BusinessLogic.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
Returns
Overrides
MergeInCurrentConfigurationAsync(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 Task MergeInCurrentConfigurationAsync(string guiName, object extraInfo, string ownerKeys)
Parameters
| Type |
Name |
Description |
| string |
guiName |
Name of gui control
|
| object |
extraInfo |
|
| string |
ownerKeys |
|
Returns
Overrides
Implements
Extension Methods