Class ReportCategoryProvider
ReportCategoryProvider creates an MDO list that consists of the values in ReportCategory. In the MDO list the following enumeration values are omitted: All, Person, Diary and Selection.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("reportCategory")]
public class ReportCategoryProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
ReportCategoryProvider()
ReportCategoryProvider creates an MDO list that consists of the values in ReportCategory. In the MDO list the following enumeration values are omitted: All, Person, Diary and Selection.
Declaration
public ReportCategoryProvider()
Fields
ProviderName
ReportCategoryProvider creates an MDO list that consists of the values in ReportCategory. In the MDO list the following enumeration values are omitted: All, Person, Diary and Selection.
Declaration
public const string ProviderName = "reportCategory"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
Adds the enumeration values to the list
Declaration
protected override void AddItems()
Overrides
Construct(String, String, Int32[], Boolean, String, Boolean)
ReportCategoryProvider creates an MDO list that consists of the values in ReportCategory. In the MDO list the following enumeration values are omitted: All, Person, Diary and Selection.
Declaration
public override 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 |