UserServiceSetCategoryFilterAsync Method

设置类别过滤条件,已重写。

Definition

Namespace: QuickAdmin.Service.Admin
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.11
C#
protected override Task<bool> SetCategoryFilterAsync(
	ISelect<SysUser> iSel,
	UserFilter filter,
	CancellationToken cancellationToken
)

Parameters

iSel  ISelectSysUser
ISelect 对象。
filter  UserFilter
用户过滤器。
cancellationToken  CancellationToken
用于取消操作的令牌。

Return Value

Taskbool
已重写,对 iSel 不做任何处理,始终返回 true,部门 Id 过滤条件已改在 GetISelectAsync(PagingInputUserFilter, CancellationToken) 方法中处理。

See Also