Class ArchiveEntitiesProviderBase
Inheritance
ArchiveEntitiesProviderBase
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public abstract class ArchiveEntitiesProviderBase : ArchiveConfigurationProviderBase, IDynamicMDOProvider, ISoListProvider, ISoList
Constructors
ArchiveEntitiesProviderBase()
Declaration
protected ArchiveEntitiesProviderBase()
Properties
InternalNamePrefix
This property should return the name prefix used to build the SoList provider name from the archive data provider name
Declaration
protected override string InternalNamePrefix { get; }
Property Value
Overrides
NamePrefix
The prefix used to differentiate our lists from all other MDO lists. To avoid naming collisions, if an archive is called
'activity' then the list we generate here will be called NamePrefix+'activity'. SupportedLists returns
a list of the names we support (including prefix).
Declaration
public static string NamePrefix { get; }
Property Value
Methods
AcceptEntity(ArchiveRowTypeInfo)
Declaration
protected abstract bool AcceptEntity(ArchiveRowTypeInfo entity)
Parameters
Returns
BuildItem(int, ArchiveRowTypeInfo)
Declaration
protected virtual ISoListItem BuildItem(int id, ArchiveRowTypeInfo entity)
Parameters
Returns
BuildListAsync(string, string, string, bool, CancellationToken)
Declaration
protected override Task BuildListAsync(string providerName, string guiControl, string searchValue, bool forceFlatList, CancellationToken cancellationToken)
Parameters
| Type |
Name |
Description |
| string |
providerName |
|
| string |
guiControl |
Name of GUI control, if provided by caller
|
| string |
searchValue |
Search value, if provided by caller
|
| bool |
forceFlatList |
Should the resulting list be forced to flat format (root items only)
|
| CancellationToken |
cancellationToken |
|
Returns
Overrides
Implements
Extension Methods