MutableEntityTreeNodeTItem Class

Default tree node for participation in a mutable hierarchical structure

Definition

Namespace: MobileTrack.Common.Models.TreeViews.ItemTree.EntityTree.MutableEntityTree
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class MutableEntityTreeNode<TItem> : EntityTreeNode<MutableEntityTreeNode<TItem>, TItem>
where TItem : IIdLabel, IHasEnvironment
Inheritance
Object    TreeNodeMutableEntityTreeNodeTItem    ItemTreeNodeMutableEntityTreeNodeTItem, TItem    EntityTreeNodeMutableEntityTreeNodeTItem, TItem    MutableEntityTreeNodeTItem

Type Parameters

TItem
type to put in the node; must be a business object.

Remarks

Uses a default entity definition

Constructors

MutableEntityTreeNodeTItem Root node constructor

Properties

CssClass Class to be shown (based on item type)
HasErrors Whether this node's data contains issues.
Icon Sets the icon for the node on frontend; references the IconName of Blazor Bootstrap.
Opened For frontend purposes; shows if the node is opened () or truncated ()

Methods

BuildTree Build a render tree with the given items.

See Also