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
LiteralsOnlyBase.HistoryItems
LiteralsOnlyBase.RootItems
LiteralsOnlyBase.HeadingItems
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
SuperOffice.CRM.Lists.LiteralsOnlyBase.AddItems()
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
SuperOffice.CRM.Lists.LiteralsOnlyBase.Construct(System.String, System.String, System.Int32[], System.Boolean, System.String, System.Boolean)