SysDept Class

部门。

Definition

Namespace: QuickAdmin.Entity.Admin
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.10
C#
[Display(Name = "部门")]
public class SysDept : SortableFullAuditableEntityWithIdKey, ISnowflakeEntity, 
	IEntityWithIdKey, IEntityWithIdKey<long>, IEntity, ITreeEntity<long, SysDept>, 
	ITreeEntityBase<SysDept>, IEntityWithNodeLevel, IEntityWithDisplayLocation
Inheritance
object    CreationAuditableEntity    AuditableEntity    FullAuditableEntity    FullAuditableEntityWithIdKeylong    SortableFullAuditableEntityWithIdKeylong    SortableFullAuditableEntityWithIdKey    SysDept
Implements
IEntity, IEntityWithDisplayLocation, IEntityWithIdKey, IEntityWithIdKeylong, IEntityWithNodeLevel, ISnowflakeEntity, ITreeEntitylong, SysDept, ITreeEntityBaseSysDept

Constructors

SysDeptInitializes a new instance of the SysDept class

Properties

Public Properties

Address 获取/设置部门地址。
Childs 获取/设置子节点列表。
Code 获取/设置部门编码。
Contacts 获取/设置联系人。
CreatedDisplayText 获取对录入审计信息的描述。
(Inherited from CreationAuditableEntity)
CreatedTime 获取/设置录入时间。
(Inherited from CreationAuditableEntity)
CreatorId 获取/设置录入人 Id
(Inherited from CreationAuditableEntity)
CreatorName 获取/设置录入人名称。此属性不映射到表字段。
(Inherited from CreationAuditableEntity)
DeletedDisplayText 获取对删除审计信息的描述。
(Inherited from FullAuditableEntity)
DeletedTime 获取/设置删除时间。
(Inherited from FullAuditableEntity)
DeleterId 获取/设置删除人 Id
(Inherited from FullAuditableEntity)
DeleterName 获取/设置删除人名称。此属性不映射到表字段。
(Inherited from FullAuditableEntity)
DisplayLocation 指示当前记录显示位置。此属性不映射到表字段。
DisplayName 获取部门显示名称。此属性不映射到表字段。
DisplayOrder 获取/设置显示顺序。数值越小越靠前。
(Inherited from SortableFullAuditableEntityWithIdKeyTKey)
Id 获取/设置 Id 主键。
(Inherited from FullAuditableEntityWithIdKeyTKey)
IdPath 获取/设置部门 Id 全路径。
Lat 获取/设置部门所在纬度。
Lon 获取/设置部门所在经度。
Name 获取/设置部门名称。
NamePath 获取/设置名称路径。
NodeLevel 获取/设置节点级别。
OfficeTel 获取/设置联系电话。
Parent 获取/设置父节点。
ParentId 获取/设置父 Id。
Remarks 获取/设置备注。
ShortName 获取/设置部门简称。
TypeId 获取/设置部门类型 Id。
TypeName 获取/设置部门类型名称。此属性不映射到表字段。
UpdatedDisplayText 获取对更新审计信息的描述。
(Inherited from AuditableEntity)
UpdatedTime 获取/设置修改时间。
(Inherited from AuditableEntity)
UpdaterId 获取/设置修改人 Id
(Inherited from AuditableEntity)
UpdaterName 获取/设置修改人名称。此属性不映射到表字段。
(Inherited from AuditableEntity)
UsersCount 获取/设置部门下的用户数量。此属性不映射到表字段。

Methods

Public Methods

ToString 返回对本实体的描述字符串。
(Overrides FullAuditableEntityWithIdKeyTKeyToString)

See Also