Class SaintIntentionProvider
This SoList provider generates the Intent list for the Saint criteria. This list is an extension of the basic
Intent MDO list, with the addition of an ALL choice with ID 0.
Inheritance
System.Object
SaintIntentionProvider
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("saintIntention")]
public class SaintIntentionProvider : ListWithLiteralItemsBase, ISoListProvider, ISoList, IPlugin
Constructors
SaintIntentionProvider()
Declaration
public SaintIntentionProvider()
Methods
GetInnerListProviderName(String)
Declaration
protected override string GetInnerListProviderName(string outerListname)
Parameters
Type |
Name |
Description |
System.String |
outerListname |
|
Returns
Type |
Description |
System.String |
|
Overrides
GetLeadingRootItems(List<ISoListItem>)
Declaration
protected override void GetLeadingRootItems(List<ISoListItem> leadingItems)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<ISoListItem> |
leadingItems |
|
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)