Class ReportLayoutProvider
ReportCategoryProvider creates an MDO list that consists of the values in ReportCategory. In the MDO list the following enumeration values are omitted: All, Person and Diary.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("reportLayout")]
public class ReportLayoutProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
ReportLayoutProvider()
ReportCategoryProvider creates an MDO list that consists of the values in ReportCategory. In the MDO list the following enumeration values are omitted: All, Person and Diary.
Declaration
public ReportLayoutProvider()
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 and Diary.
Declaration
public const string ProviderName = "reportLayout"
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 and Diary.
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 |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)