QuickAdmin.Net Reference
C#
Show/Hide TOC
Sortable
Dept
Related
CRUDService
TEntity
,
TKey
,
TInput
,
TFilter
Populate
Dept
Path
In
List Property
指示在查询实体列表时是否自动填充各个实体的部门路径属性。
Definition
Namespace:
QuickAdmin.Service.CRUD
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
Copy
public
virtual
bool
PopulateDeptPathInList
{
get
; }
Property Value
bool
默认为
true
。可在派生类重写更改。
Implements
IDeptRelatedPagingService
PopulateDeptPathInList
See Also
Reference
SortableDeptRelatedCRUDService
TEntity, TKey, TInput, TFilter
Class
QuickAdmin.Service.CRUD Namespace
In This Article
Definition
Property Value
Implements
See Also