Class RelatedDataFieldsProvider
Inheritance
RelatedDataFieldsProvider
Assembly: SoDataBase.dll
[MDOAdditionalInfo("table", "The name of the table to analyze for related fields", "ticket")]
[MDOAdditionalInfo("depth", "The recursion depth, default=1", "")]
[MDOProviderPlugin("RelatedDataFields")]
public class RelatedDataFieldsProvider : Object, ISoListProvider, ISoList, IPlugin
Constructors
Declaration
public RelatedDataFieldsProvider()
Fields
Declaration
public const string ProviderName = "RelatedDataFields"
Field Value
Properties
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
Declaration
public List<ISoListItem> RootItems { 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)