Class SmsMailingProvider
SMS Shipment names
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("smsmailing")]
public class SmsMailingProvider : ISoListProvider, ISoList
Constructors
SmsMailingProvider()
SMS Shipment names
Declaration
public SmsMailingProvider()
Fields
ProviderName
SMS Shipment names
Declaration
public const string ProviderName = "smsmailing"
Field Value
Type | Description |
---|---|
string |
extraId
SMS Shipment names
Declaration
public const int extraId = 2
Field Value
Type | Description |
---|---|
int |
Properties
HeadingItems
list of headings
Declaration
public List<ISoListHeading> HeadingItems { get; }
Property Value
Type | Description |
---|---|
List<ISoListHeading> |
HistoryInfo
History information for the supported list
Declaration
public HistoryInfo HistoryInfo { get; }
Property Value
Type | Description |
---|---|
HistoryInfo |
HistoryItems
list of history items
Declaration
public List<ISoListItem> HistoryItems { get; }
Property Value
Type | Description |
---|---|
List<ISoListItem> |
RootItems
list of root-level items (items not under any heading)
Declaration
public List<ISoListItem> RootItems { get; }
Property Value
Type | Description |
---|---|
List<ISoListItem> |