Class MailingProvider
All mailings - history ids
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("mailing")]
public class MailingProvider : ISoListProvider, ISoList
Constructors
MailingProvider()
All mailings - history ids
Declaration
public MailingProvider()
Fields
ProviderName
All mailings - history ids
Declaration
public const string ProviderName = "mailing"
Field Value
Type | Description |
---|---|
string |
extraId
All mailings - history ids
Declaration
public const int extraId = 0
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> |