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