Class WebPanelGroupProvider
List of WebPanels with visible for groups as commaseperated ids in extrainfo field.
This list only makes sence if the setting use groups and heading are turned on for
Inheritance
System.Object
WebPanelGroupProvider
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("WebPanelGroup")]
public class WebPanelGroupProvider : AnyTableListProviderBase, ISoListProvider, ISoList, IPlugin
Constructors
WebPanelGroupProvider()
Declaration
public WebPanelGroupProvider()
Fields
ProviderName
The name of the provider.
Declaration
public const string ProviderName = "WebPanelGroup"
Field Value
Type |
Description |
System.String |
|
Properties
TableInfo
Declaration
protected override TableInfo TableInfo { get; }
Property Value
Overrides
Methods
ExecuteQuery(Select, List<ISoListItem>)
Declaration
protected override void ExecuteQuery(Select sql, List<ISoListItem> resultCollection)
Parameters
Type |
Name |
Description |
Select |
sql |
|
System.Collections.Generic.List<ISoListItem> |
resultCollection |
|
Overrides
ExecuteReader(SoCommand)
Overridden because we cannot use the max limit in the superclass here. We always need to get every usergroup/webpanel link.
Declaration
protected override SoDataReader ExecuteReader(SoCommand cmd)
Parameters
Returns
Overrides
GetMainQuery()
Declaration
protected override Select GetMainQuery()
Returns
Overrides
Init()
Declaration
protected override void Init()
Overrides
OnRead(SoDataReader, Int16)
Declaration
protected override ISoListItem OnRead(SoDataReader reader, short lastRank)
Parameters
Type |
Name |
Description |
SoDataReader |
reader |
|
System.Int16 |
lastRank |
|
Returns
Overrides
SetSearchRestriction(Select, String)
Declaration
protected override void SetSearchRestriction(Select sql, string searchValue)
Parameters
Type |
Name |
Description |
Select |
sql |
|
System.String |
searchValue |
|
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)