Class HtmlMailingProvider
MDO provider for the different types of Mailings
Inheritance
HtmlMailingProvider
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("htmlmailing")]
public class HtmlMailingProvider : ISoListProvider, ISoList, IPlugin
Constructors
HtmlMailingProvider()
Declaration
public HtmlMailingProvider()
Fields
Declaration
public const int extraId = 1
Field Value
ProviderName
Declaration
public const string ProviderName = "htmlmailing"
Field Value
Properties
HeadingItems
Declaration
public List<ISoListHeading> HeadingItems { get; }
Property Value
HistoryInfo
Declaration
public HistoryInfo HistoryInfo { get; }
Property Value
HistoryItems
Declaration
public List<ISoListItem> HistoryItems { get; }
Property Value
RootItems
Declaration
public List<ISoListItem> RootItems { get; }
Property Value
Explicit Interface Implementations
ISoListProvider.Construct(String, String, Int32[], Boolean, String, Boolean)
Declaration
void ISoListProvider.Construct(string listName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)