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
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("WebPanelGroup")]
public class WebPanelGroupProvider : AnyTableListProviderBase, ISoListProvider, ISoList, IPlugin
Constructors
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
Declaration
public WebPanelGroupProvider()
Fields
ProviderName
The name of the provider.
Declaration
public const string ProviderName = "WebPanelGroup"
Field Value
Type | Description |
---|---|
String |
Properties
TableInfo
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
Declaration
protected override TableInfo TableInfo { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
Methods
ExecuteQuery(Select, List<ISoListItem>)
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
Declaration
protected override void ExecuteQuery(Select sql, List<ISoListItem> resultCollection)
Parameters
Type | Name | Description |
---|---|---|
Select | sql | |
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
Type | Name | Description |
---|---|---|
SoCommand | cmd |
Returns
Type | Description |
---|---|
SoDataReader |
Overrides
GetMainQuery()
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
Declaration
protected override Select GetMainQuery()
Returns
Type | Description |
---|---|
Select |
Overrides
Init()
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
Declaration
protected override void Init()
Overrides
OnRead(SoDataReader, Int16)
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
Declaration
protected override ISoListItem OnRead(SoDataReader reader, short lastRank)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
Int16 | lastRank |
Returns
Type | Description |
---|---|
ISoListItem |
Overrides
SetSearchRestriction(Select, String)
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
Declaration
protected override void SetSearchRestriction(Select sql, string searchValue)
Parameters
Type | Name | Description |
---|---|---|
Select | sql | |
String | searchValue |