Class ResourceRestrictionsMDOProvider
MDO provider for resources (from the associate table) that uses restrictions to include conflict checking
Inheritance
ResourceRestrictionsMDOProvider
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("resourceRestrictions")]
public class ResourceRestrictionsMDOProvider : AssociateRestrictionsMDOProviderBase, ISoListProvider, ISoList, IPlugin, IEnumerable<ISoListItem>, IEnumerable
Fields
ProviderName
MDO provider for resources (from the associate table) that uses restrictions to include conflict checking
Declaration
public const string ProviderName = "resourceRestrictions"
Field Value
Type | Description |
---|---|
String |
Methods
AddGroupLinkJoin(Int32[], ListTableRows.CustomSearch)
MDO provider for resources (from the associate table) that uses restrictions to include conflict checking
Declaration
protected override void AddGroupLinkJoin(int[] selectedIds, ListTableRows.CustomSearch query)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | selectedIds | |
ListTableRows.CustomSearch | query |
Overrides
GetGroupingAllowedForList()
MDO provider for resources (from the associate table) that uses restrictions to include conflict checking
Declaration
protected override bool GetGroupingAllowedForList()
Returns
Type | Description |
---|---|
Boolean |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)