IDeptRelatedEntityWithDeptPathTDeptEntityKey Interface

表示与部门有关的,包含部门路径属性的实体。部门实体的主键数据类型为指定的类型。

Definition

Namespace: QuickAdmin.EntityBase
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
public interface IDeptRelatedEntityWithDeptPath<TDeptEntityKey> : IDeptRelatedEntity<TDeptEntityKey>, 
	IEntity, IEntityWithDeptPath
where TDeptEntityKey : struct, new()
Implements
IDeptRelatedEntityTDeptEntityKey, IEntity, IEntityWithDeptPath

Type Parameters

TDeptEntityKey
部门实体的主键数据类型。

Properties

DeptId 获取/设置所输部门 Id。
(Inherited from IDeptRelatedEntityTDeptEntityKey)
DeptPath 获取/设置部门路径。此属性通常不映射到表字段。
(Inherited from IEntityWithDeptPath)

Methods

TrimStringValues 移除所有字符串属性(类型为 string 的属性)的值的前导和尾随空白字符。
(Inherited from IEntity)

See Also