DeptServiceSetDeptPath Method

设置指定实体的部门路径属性。

Definition

Namespace: QuickAdmin.Service.Admin
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.10
C#
public virtual IDeptRelatedEntityWithDeptPath SetDeptPath(
	IDeptRelatedEntityWithDeptPath deptPathEntity
)

Parameters

deptPathEntity  IDeptRelatedEntityWithDeptPath
要设置的实体。

Return Value

IDeptRelatedEntityWithDeptPath
deptPathEntity 自己。

Implements

IDeptServiceSetDeptPath(IDeptRelatedEntityWithDeptPath)

See Also