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.
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("saintIntention")]
public class SaintIntentionProvider : ListWithLiteralItemsBase, ISoListProvider, ISoList, IPlugin
Constructors
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.
Declaration
public SaintIntentionProvider()
Methods
GetInnerListProviderName(String)
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.
Declaration
protected override string GetInnerListProviderName(string outerListname)
Parameters
Type | Name | Description |
---|---|---|
String | outerListname |
Returns
Type | Description |
---|---|
String |
Overrides
GetLeadingRootItems(List<ISoListItem>)
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.
Declaration
protected override void GetLeadingRootItems(List<ISoListItem> leadingItems)
Parameters
Type | Name | Description |
---|---|---|
List<ISoListItem> | leadingItems |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)