Class TypeNode
Represents a single item type to be displayed in a hierarchical navigation control. For example:
- Local Repository
- Studies (TypeBrowserItem)
- Resource Packages (TypeBrowserItem)
- Question Schemes (TypeBrowserItem)
Implements
Inherited Members
Namespace: Algenta.Colectica.Navigator.NodeTypes
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class TypeNode : Node, INotifyPropertyChanged
Constructors
TypeNode(Guid, Node, bool)
Initializes a new instance of the TypeNode class.
Declaration
public TypeNode(Guid type, Node parent, bool addPlaceholder = true)
Parameters
Type | Name | Description |
---|---|---|
Guid | type | The type item contained as children of this node. |
Node | parent | The parent node of this node. |
bool | addPlaceholder | if set to |
Properties
ChildCount
Gets or sets the number of children of which this node is a parent.
Declaration
public int? ChildCount { get; set; }
Property Value
Type | Description |
---|---|
int? |