MutableEntityTreeNodeTItem Class
Default tree node for participation in a mutable hierarchical structure
Namespace: MobileTrack.Common.Models.TreeViews.ItemTree.EntityTree.MutableEntityTreeAssembly: 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.
Uses a default entity definition
| 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 ()
|
| BuildTree |
Build a render tree with the given items.
|