Class DocumentMailingProvider
Document shipments (mail merges).
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("documentmailing")]
public class DocumentMailingProvider : Object, ISoListProvider, ISoList, IPlugin
Constructors
DocumentMailingProvider()
Document shipments (mail merges).
Declaration
public DocumentMailingProvider()
Fields
extraId
Document shipments (mail merges).
Declaration
public const int extraId = 3
Field Value
Type | Description |
---|---|
Int32 |
ProviderName
Document shipments (mail merges).
Declaration
public const string ProviderName = "documentmailing"
Field Value
Type | Description |
---|---|
String |
Properties
HeadingItems
Document shipments (mail merges).
Declaration
public List<ISoListHeading> HeadingItems { get; }
Property Value
Type | Description |
---|---|
List<ISoListHeading> |
HistoryInfo
Document shipments (mail merges).
Declaration
public HistoryInfo HistoryInfo { get; }
Property Value
Type | Description |
---|---|
HistoryInfo |
HistoryItems
Document shipments (mail merges).
Declaration
public List<ISoListItem> HistoryItems { get; }
Property Value
Type | Description |
---|---|
List<ISoListItem> |
RootItems
Document shipments (mail merges).
Declaration
public List<ISoListItem> RootItems { get; }
Property Value
Type | Description |
---|---|
List<ISoListItem> |
Explicit Interface Implementations
ISoListProvider.Construct(String, String, Int32[], Boolean, String, Boolean)
Document shipments (mail merges).
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)