Class FaqReplyTemplateProvider
Inheritance
System.Object
FaqReplyTemplateProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
_historyOnly
Declaration
protected bool _historyOnly
Field Value
_searchValue
Declaration
protected string _searchValue
Field Value
Type |
Description |
System.String |
|
ProviderName
Declaration
public const string ProviderName = "FaqReplyTemplate"
Field Value
Type |
Description |
System.String |
|
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
Type |
Description |
System.Collections.Generic.List<ISoListItem> |
|
RootItems
Declaration
public List<ISoListItem> RootItems { get; }
Property Value
Type |
Description |
System.Collections.Generic.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 |
System.String |
listName |
|
System.String |
additionalInfo |
|
System.Int32[] |
historyIDs |
|
Boolean |
onlyReadHistory |
|
System.String |
searchValue |
|
Boolean |
forceFlatList |
|
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)