Class SaleTypeProvider
List of sale types, with default sale duration in minutes in extra info.
Inheritance
SaleTypeProvider
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("SaleType")]
public class SaleTypeProvider : IgnoreGroupingAndHeadingsForAdminMdoProviderBase, ISoListProvider, ISoList, IEnumerable<ISoListItem>, IEnumerable
Constructors
SaleTypeProvider()
List of sale types, with default sale duration in minutes in extra info.
Declaration
public SaleTypeProvider()
Fields
ProviderName
List of sale types, with default sale duration in minutes in extra info.
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 |