Show / Hide Table of Contents

Class FaqReplyTemplateProvider

Inheritance
Object
FaqReplyTemplateProvider
FaqReplyTemplateFavouriteListProvider
Implements
ISoListProvider
ISoList
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("FaqReplyTemplate")]
[MDOAdditionalInfo("resultType", "Which of the types should be included? Comma separated string with the following choices: faqEntries, replyTemplates, quickReplies. Empty will give everything", "")]
public class FaqReplyTemplateProvider : ISoListProvider, ISoList, IPlugin

Constructors

FaqReplyTemplateProvider()

Declaration
public FaqReplyTemplateProvider()

Fields

_favouriteOnly

Declaration
protected bool _favouriteOnly
Field Value
Type Description
Boolean

_historyOnly

Declaration
protected bool _historyOnly
Field Value
Type Description
Boolean

_searchValue

Declaration
protected string _searchValue
Field Value
Type Description
String

ProviderName

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

Properties

HeadingItems

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

HistoryInfo

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

HistoryItems

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

RootItems

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

Methods

Construct(String, String, Int32[], Boolean, String, Boolean)

Declaration
public virtual void 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