Class SaleTypeProvider
List of sale types, with default sale duration in minutes in extra info.
Inheritance
SaleTypeProvider
Inherited Members
Namespace: SuperOfficeCRMLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[MDOProviderPlugin("SaleType")]
public class SaleTypeProvider : IgnoreGroupingAndHeadingsForAdminMdoProviderBase, ISoListProvider, ISoList, IEnumerable<ISoListItem>, IEnumerable
Constructors
SaleTypeProvider()
Declaration
public SaleTypeProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "SaleType"
Field Value
| Type | Description |
|---|---|
| string |
Properties
HistoryInfo
History information for the supported list
Declaration
public override HistoryInfo HistoryInfo { get; }
Property Value
| Type | Description |
|---|---|
| HistoryInfo |
Overrides
Methods
GetItemExtraInfo(ListTableRow)
The extrainfo is populated with the duration of the type.
Declaration
protected override string GetItemExtraInfo(ListTableRow row)
Parameters
| Type | Name | Description |
|---|---|---|
| ListTableRow | row |
Returns
| Type | Description |
|---|---|
| string | Duration in minutes |