QuickAdmin.Net Reference
C#
Show/Hide TOC
IDept
Related
Entity Interface
表示与部门有关的实体。
Definition
Namespace:
QuickAdmin.EntityBase
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
Copy
public
interface
IDeptRelatedEntity
:
IEntity
Implements
IEntity
Properties
DeptId
获取/设置所属部门 Id。
Methods
TrimStringValues
移除所有字符串属性(类型为
string
的属性)的值的前导和尾随空白字符。
(Inherited from
IEntity
)
See Also
Reference
QuickAdmin.EntityBase Namespace
In This Article
Definition
Properties
Methods
See Also