Class SaintAmountClassProvider
This SoList provider generates the amount class list for the Saint criteria. This list is an extension of the basic AmountClass MDO list, with the addition of an ALL choice with ID 0.
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("saintAmountClass")]
public class SaintAmountClassProvider : ListWithLiteralItemsBase, ISoListProvider, ISoList, IPlugin
Constructors
SaintAmountClassProvider()
This SoList provider generates the amount class list for the Saint criteria. This list is an extension of the basic AmountClass MDO list, with the addition of an ALL choice with ID 0.
Declaration
public SaintAmountClassProvider()
Methods
GetInnerListProviderName(String)
This SoList provider generates the amount class list for the Saint criteria. This list is an extension of the basic AmountClass 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 amount class list for the Saint criteria. This list is an extension of the basic AmountClass 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)