Class SaleSource
MDO list provider for the source list of the Sale dialog. This list extends the basic SourceRow list with icons
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("SaleSource")]
public class SaleSource : ListWithLiteralItemsBase, ISoListProvider, ISoList
Constructors
SaleSource()
MDO list provider for the source list of the Sale dialog. This list extends the basic SourceRow list with icons
Declaration
public SaleSource()
Methods
GetInnerListProviderName(string)
Return the name of the actual base list
Declaration
protected override string GetInnerListProviderName(string outerListname)
Parameters
Type | Name | Description |
---|---|---|
string | outerListname | Outer list name, must be 'SaleProbability' |
Returns
Type | Description |
---|---|
string | 'Prob' |
Overrides
Exceptions
Type | Condition |
---|---|
SoException | Thrown if the outer list name is not 'SaleProbability' |
ProcessItem(ISoListItem)
Add the proper icon hint, and the probability data, to each item
Declaration
protected override void ProcessItem(ISoListItem item)
Parameters
Type | Name | Description |
---|---|---|
ISoListItem | item | Item to modify |