ITreeEntityWithNamePath Interface

表示包含 名称 属性以及 名称路径 属性的树形结构实体。

Definition

Namespace: QuickAdmin.EntityBase
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
public interface ITreeEntityWithNamePath : IEntityWithName, 
	IEntity
Implements
IEntity, IEntityWithName

Properties

Name 获取/设置名称。
(Inherited from IEntityWithName)
NamePath 获取/设置名称路径。此属性通常不映射到表字段。

Methods

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

See Also