Class FilterAssociateProvider
Associate list for the Filter dialog. This associate list differs from the standard list in two ways:
a) It contains even former employees (you may wnat to filter in our out their activites, even though they have gone);
and b) It is of type Selectable, with the currently selected
associates marked as such.
Inheritance
FilterAssociateProvider
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("FilterAssociates")]
[MDOAdditionalInfoSeparator(";")]
[MDOAdditionalInfo("heading_id", "Associates linked to this heading", 2)]
[MDOAdditionalInfo("group_idx", "Associates belonging to this user group (primary or secondary groups)", 2)]
[MDOAdditionalInfo("project_id", "Associates that are members of this project", 231)]
public class FilterAssociateProvider : ISoListProvider, ISoList, IPlugin
Constructors
FilterAssociateProvider()
Declaration
public FilterAssociateProvider()
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
RootItems
Declaration
public List<ISoListItem> RootItems { get; }
Property Value
Methods
Construct(String, String, Int32[], Boolean, String, Boolean)
Declaration
public void Construct(string listName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)