ITreeEntityBaseTSelf Interface

自引用树形结构实体基接口。

Definition

Namespace: QuickAdmin.EntityBase
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
public interface ITreeEntityBase<TSelf> : ITreeEntityBase, 
	IEntity
Implements
IEntity, ITreeEntityBase

Type Parameters

TSelf
实体类型自己。

Properties

Childs 获取/设置子节点列表。
Parent 获取/设置父节点。

Methods

GetBottomMostLastChild 获取最底层的最后一个子节点。
GetTopMostParent 获取最顶层父节点。
TrimStringValues 移除所有字符串属性(类型为 string 的属性)的值的前导和尾随空白字符。
(Inherited from IEntity)

See Also