Class FaqReplyTemplateProvider
Inheritance
FaqReplyTemplateProvider
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 : Object, ISoListProvider, ISoList, IPlugin
Constructors
FaqReplyTemplateProvider()
Declaration
public FaqReplyTemplateProvider()
Fields
_favouriteOnly
Declaration
protected bool _favouriteOnly
Field Value
_historyOnly
Declaration
protected bool _historyOnly
Field Value
_searchValue
Declaration
protected string _searchValue
Field Value
ProviderName
Declaration
public const string ProviderName = "FaqReplyTemplate"
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
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
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)