Show / Hide Table of Contents

Class DocumentMailingTemplateProvider

Document mailing templates

Inheritance
Object
DocumentMailingTemplateProvider
Implements
ISoListProvider
ISoList
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("documentmailingtemplate")]
public class DocumentMailingTemplateProvider : Object, ISoListProvider, ISoList, IPlugin

Constructors

DocumentMailingTemplateProvider()

Document mailing templates

Declaration
public DocumentMailingTemplateProvider()

Fields

extraId

Document mailing templates

Declaration
public const int extraId = 3
Field Value
Type Description
Int32

ProviderName

Document mailing templates

Declaration
public const string ProviderName = "documentmailingtemplate"
Field Value
Type Description
String

Properties

HeadingItems

Document mailing templates

Declaration
public List<ISoListHeading> HeadingItems { get; }
Property Value
Type Description
List<ISoListHeading>

HistoryInfo

Document mailing templates

Declaration
public HistoryInfo HistoryInfo { get; }
Property Value
Type Description
HistoryInfo

HistoryItems

Document mailing templates

Declaration
public List<ISoListItem> HistoryItems { get; }
Property Value
Type Description
List<ISoListItem>

RootItems

Document 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)

Document 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

ISoListProvider
ISoList

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top