Extra tables lists. List names are 'y_xyz' - based on the custom table name.
Contents of the list are based on the display_field for the table
Inheritance
ExtraTableDropdownProvider
Assembly: SoDataBase.dll
[DynamicMDOProviderPlugin("ExtraTableLists")]
public class ExtraTableDropdownProvider : IDynamicMDOProvider, ISoListProvider, ISoList, IPlugin
Constructors
Declaration
public ExtraTableDropdownProvider()
Properties
Declaration
public List<ISoListHeading> HeadingItems { get; }
Property Value
Declaration
public HistoryInfo HistoryInfo { get; }
Property Value
Declaration
public List<ISoListItem> HistoryItems { get; }
Property Value
Declaration
public List<ISoListItem> RootItems { get; }
Property Value
Declaration
public HistoryInfo[] SupportedLists { get; }
Property Value
Methods
Declaration
public void Construct(string listName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)