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
System.Object
ExtraFieldsDropdownProvider
Assembly: SoDataBase.dll
[DynamicMDOProviderPlugin("ExtraFieldsDropdown")]
public class ExtraFieldsDropdownProvider : Object, 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
Type |
Description |
System.Collections.Generic.List<ISoListItem> |
|
Declaration
public List<ISoListItem> RootItems { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<ISoListItem> |
|
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
Type |
Name |
Description |
System.String |
listName |
|
System.String |
additionalInfo |
|
System.Int32[] |
historyIDs |
|
System.Boolean |
onlyReadHistory |
|
System.String |
searchValue |
|
System.Boolean |
forceFlatList |
|
Declaration
public static string GetListName(int extraFieldId)
Parameters
Type |
Name |
Description |
System.Int32 |
extraFieldId |
|
Returns
Type |
Description |
System.String |
|
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)