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.BusinessLogic.dll
Syntax
[MDOProviderPlugin("resourceRestrictions")]
public class ResourceRestrictionsMDOProvider : AssociateRestrictionsMDOProviderBase, ISoListProvider, ISoList, 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(int[], 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 |
---|---|---|
int[] | selectedIds | |
ListTableRows.CustomSearch | query |
Overrides
GetGroupingAllowedForListAsync(CancellationToken)
MDO provider for resources (from the associate table) that uses restrictions to include conflict checking
Declaration
protected override Task<bool> GetGroupingAllowedForListAsync(CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
Task<bool> |