Class DocumentMailingProvider
Document shipments (mail merges).
Inheritance
DocumentMailingProvider
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("documentmailing")]
public class DocumentMailingProvider : ISoListProvider, ISoList, IPlugin
Constructors
DocumentMailingProvider()
Declaration
public DocumentMailingProvider()
Fields
Declaration
public const int extraId = 3
Field Value
ProviderName
Declaration
public const string ProviderName = "documentmailing"
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)