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)
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Navigator.NodeTypes
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class TypeNode : Node
Constructors
TypeNode(Guid, Node, Boolean)
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. |
System.Boolean | 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 |
---|---|
System.Nullable<System.Int32> |