Class ChartSelectionProvider
Inheritance
System.Object
ChartSelectionProvider
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("ChartSelection")]
[MDOAdditionalInfoSeparator("&")]
[MDOAdditionalInfo("SelectionProvider", "Return chart selections associated with the given selection provider", "")]
[MDOAdditionalInfo("tableName", "Return chart selections associated with the given table", "")]
[MDOAdditionalInfo("providerName", "Return chart selections associated with the given table", "")]
public class ChartSelectionProvider : AnyTableListProviderBase, ISoListProvider, ISoList, IPlugin
Constructors
ChartSelectionProvider()
Declaration
public ChartSelectionProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "ChartSelection"
Field Value
Type |
Description |
System.String |
|
Properties
TableInfo
Declaration
protected override TableInfo TableInfo { get; }
Property Value
Overrides
Methods
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)