Class UserGroupWithHistoryAllProvider
List provider for the UserGroup table. While this table looks like an MDO table,
it lacks the standardized grouplink and headinglink companion tables (for good reason,
since it is the group table itself).
This provider includes the 'History' and 'All' choices, with id's -1 and -2. The
ParticipantsProvider (actually, the
ExplicitParticipantsAssociateProvider subchannel), used in the Assign To dialog,
has a groupRestrictionId restriction that correctly decodes these special values.
Inheritance
UserGroupWithHistoryAllProvider
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("UserGroupWithHistoryAll")]
public class UserGroupWithHistoryAllProvider : ListWithLiteralItemsBase, ISoListProvider, ISoList, IPlugin
Constructors
UserGroupWithHistoryAllProvider()
Declaration
public UserGroupWithHistoryAllProvider()
Fields
AllItemId
Declaration
public const int AllItemId = -2
Field Value
HistoryItemId
Declaration
public const int HistoryItemId = -1
Field Value
Methods
GetInnerListProviderName(String)
Declaration
protected override string GetInnerListProviderName(string outerListname)
Parameters
Type |
Name |
Description |
String |
outerListname |
|
Returns
Overrides
GetLeadingRootItems(List<ISoListItem>)
Declaration
protected override void GetLeadingRootItems(List<ISoListItem> leadingItems)
Parameters
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)