SortableDeptRelatedCRUDServiceTEntity, TKey, TInput, TFilterPopulateDeptPathInList Property

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

Definition

Namespace: QuickAdmin.Service.CRUD
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
public virtual bool PopulateDeptPathInList { get; }

Property Value

bool
默认为 true。可在派生类重写更改。

Implements

IDeptRelatedPagingServicePopulateDeptPathInList

See Also