Class WebPanelProvider
List of WebPanels visible possible for use with groups and headings.
Inheritance
System.Object
WebPanelProvider
Implements
System.Collections.IEnumerable
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("WebPanel")]
public class WebPanelProvider : MDOProviderBase, ISoListProvider, ISoList, IPlugin, IEnumerable<ISoListItem>, IEnumerable
Constructors
WebPanelProvider()
Declaration
public WebPanelProvider()
Fields
ProviderName
The name of the provider.
Declaration
public const string ProviderName = "WebPanel"
Field Value
Type |
Description |
System.String |
|
Properties
HistoryInfo
Declaration
public override HistoryInfo HistoryInfo { get; }
Property Value
Overrides
Methods
AddGroupLinkJoin(Int32[], ListTableRows.CustomSearch)
Declaration
protected override void AddGroupLinkJoin(int[] selectedIds, ListTableRows.CustomSearch query)
Parameters
Overrides
Construct(String, String, Int32[], Boolean, String, Boolean)
Declaration
public override void Construct(string tableName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
System.String |
additionalInfo |
|
System.Int32[] |
historyIDs |
|
System.Boolean |
onlyReadHistory |
|
System.String |
searchValue |
|
System.Boolean |
forceFlatList |
|
Overrides
Declaration
protected override string GetItemExtraInfo(ListTableRow row)
Parameters
Returns
Type |
Description |
System.String |
|
Overrides
GetItemsAndHeadingsQuery(Boolean, Int32[])
Declaration
protected override ListTableRows.CustomSearch GetItemsAndHeadingsQuery(bool bFlattened, params int[] selectedIds)
Parameters
Type |
Name |
Description |
System.Boolean |
bFlattened |
|
System.Int32[] |
selectedIds |
|
Returns
Overrides
GetItemType(ListTableRow)
Declaration
protected override string GetItemType(ListTableRow row)
Parameters
Returns
Type |
Description |
System.String |
|
Overrides
GetSimpleListQuery()
Declaration
protected override ListTableRows.CustomSearch GetSimpleListQuery()
Returns
Overrides
Implements
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable
Extension Methods
EnumUtil.MapEnums<From, To>(From)