Class RelationsSearchListProvider
Serve the active and passive texts of relations, with a given table as source (active)
or destination (passive).
Inheritance
RelationsSearchListProvider
Assembly: SoDataBase.dll
Syntax
[DynamicMDOProviderPlugin("RelationsSearchListProvider")]
public class RelationsSearchListProvider : IDynamicMDOProvider, ISoListProvider, ISoList, IPlugin
Constructors
RelationsSearchListProvider()
Declaration
public RelationsSearchListProvider()
Fields
ActiveSuffix
Declaration
public const string ActiveSuffix = "Active"
Field Value
PassiveSuffix
Declaration
public const string PassiveSuffix = "Passive"
Field Value
ProviderName
Declaration
public const string ProviderName = "RelationsSearchListProvider"
Field Value
Properties
HeadingItems
Declaration
public List<ISoListHeading> HeadingItems { get; }
Property Value
HistoryInfo
Declaration
public HistoryInfo HistoryInfo { get; }
Property Value
HistoryItems
Declaration
public List<ISoListItem> HistoryItems { get; }
Property Value
RootItems
Declaration
public List<ISoListItem> RootItems { get; }
Property Value
SupportedLists
Declaration
public HistoryInfo[] SupportedLists { get; }
Property Value
Methods
Construct(String, String, Int32[], Boolean, String, Boolean)
Declaration
public void Construct(string listName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
FlushCache()
Declaration
public static void FlushCache()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)