Class SaintTicketCategoryProvider
This SoList provider generates the eJournal top-level categories, meant for the saint system
Inheritance
SaintTicketCategoryProvider
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("saintTicketCategory")]
public class SaintTicketCategoryProvider : AnyTableListProviderBase, ISoListProvider, ISoList, IPlugin
Constructors
SaintTicketCategoryProvider()
Declaration
public SaintTicketCategoryProvider()
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
OnPreGetRootItems(List<ISoListItem>)
Declaration
protected override void OnPreGetRootItems(List<ISoListItem> items)
Parameters
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)