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
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
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
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
Returns
Overrides
SetSearchRestriction(Select, String)
Declaration
protected override void SetSearchRestriction(Select sql, string searchValue)
Parameters
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)