Class FilterUserGroupProvider
User groups, filtered according to the usergroups selected in the filter dialog.
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("FilterGroups")]
public class FilterUserGroupProvider : Object, ISoListProvider, ISoList, IPlugin
Constructors
FilterUserGroupProvider()
User groups, filtered according to the usergroups selected in the filter dialog.
Declaration
public FilterUserGroupProvider()
Properties
HeadingItems
User groups, filtered according to the usergroups selected in the filter dialog.
Declaration
public List<ISoListHeading> HeadingItems { get; }
Property Value
Type | Description |
---|---|
List<ISoListHeading> |
HistoryInfo
User groups, filtered according to the usergroups selected in the filter dialog.
Declaration
public HistoryInfo HistoryInfo { get; }
Property Value
Type | Description |
---|---|
HistoryInfo |
HistoryItems
User groups, filtered according to the usergroups selected in the filter dialog.
Declaration
public List<ISoListItem> HistoryItems { get; }
Property Value
Type | Description |
---|---|
List<ISoListItem> |
RootItems
User groups, filtered according to the usergroups selected in the filter dialog.
Declaration
public List<ISoListItem> RootItems { get; }
Property Value
Type | Description |
---|---|
List<ISoListItem> |
Methods
Construct(String, String, Int32[], Boolean, String, Boolean)
User groups, filtered according to the usergroups selected in the filter dialog.
Declaration
public 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 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)