IDeptRelatedPagingService Interface

与部门关联的实体的分页查询服务的基接口。

Definition

Namespace: QuickAdmin.Service.CRUD
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
[NotUseDI]
public interface IDeptRelatedPagingService

Remarks

不要用此接口去直接实现服务类,而是去继承 DeptRelatedCRUDServiceTEntity, TKey, TInput, TFilterSortableDeptRelatedCRUDServiceTEntity, TKey, TInput, TFilter 泛型基类。

Properties

PopulateDeptPathInList 指示在查询实体列表时是否自动填充各个实体的部门路径属性。

See Also