Class ArchiveEntitiesProviderBase
Inheritance
ArchiveEntitiesProviderBase
Assembly: SoDataBase.dll
Syntax
public abstract class ArchiveEntitiesProviderBase : ArchiveConfigurationProviderBase, IDynamicMDOProvider, ISoListProvider, ISoList, IPlugin
Constructors
ArchiveEntitiesProviderBase()
Declaration
protected ArchiveEntitiesProviderBase()
Properties
InternalNamePrefix
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'. 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(Int32, ArchiveRowTypeInfo)
Declaration
protected virtual ISoListItem BuildItem(int id, ArchiveRowTypeInfo entity)
Parameters
Returns
BuildList(String, String, String, Boolean)
Declaration
protected override void BuildList(string providerName, string guiControl, string searchValue, bool forceFlatList)
Parameters
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)