Class MailingTemplateProvider
General mailing templates
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("mailingtemplate")]
public class MailingTemplateProvider : Object, ISoListProvider, ISoList, IPlugin
Constructors
MailingTemplateProvider()
General mailing templates
Declaration
public MailingTemplateProvider()
Fields
extraId
General mailing templates
Declaration
public const int extraId = 0
Field Value
Type | Description |
---|---|
Int32 |
ProviderName
General mailing templates
Declaration
public const string ProviderName = "mailingtemplate"
Field Value
Type | Description |
---|---|
String |
Properties
HeadingItems
General mailing templates
Declaration
public List<ISoListHeading> HeadingItems { get; }
Property Value
Type | Description |
---|---|
List<ISoListHeading> |
HistoryInfo
General mailing templates
Declaration
public HistoryInfo HistoryInfo { get; }
Property Value
Type | Description |
---|---|
HistoryInfo |
HistoryItems
General mailing templates
Declaration
public List<ISoListItem> HistoryItems { get; }
Property Value
Type | Description |
---|---|
List<ISoListItem> |
RootItems
General mailing templates
Declaration
public List<ISoListItem> RootItems { get; }
Property Value
Type | Description |
---|---|
List<ISoListItem> |
Explicit Interface Implementations
ISoListProvider.Construct(String, String, Int32[], Boolean, String, Boolean)
General mailing templates
Declaration
void ISoListProvider.Construct(string listName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
Type | Name | Description |
---|---|---|
String | listName | |
String | additionalInfo | |
Int32[] | historyIDs | |
Boolean | onlyReadHistory | |
String | searchValue | |
Boolean | forceFlatList |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)