Extra fields dropdown lists. Contains list of string values defined on the extra_field.
List names are 'EFD_123' where 123 is the extra field id.
Inheritance
ExtraFieldsDropdownProvider
Assembly: SoDataBase.dll
[DynamicMDOProviderPlugin("ExtraFieldsDropdown")]
public class ExtraFieldsDropdownProvider : IDynamicMDOProvider, ISoListProvider, ISoList, IPlugin
Constructors
Declaration
public ExtraFieldsDropdownProvider()
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
Declaration
public static string GetListName(int extraFieldId)
Parameters
Type |
Name |
Description |
Int32 |
extraFieldId |
|
Returns
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)