Class TypeGroupNode
Represents a group of types to be displayed in a hierarchical navigation control.
For Example:
- Local Repository
- Data Collection (TypeGroupBrowserItem)
- Data Collection Waves (TypeNode)
- Questions (TypeNode)
- Sequences (TypeNode)
- Survey Instruments (TypeNode)
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Navigator.NodeTypes
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class TypeGroupNode : Node
Constructors
TypeGroupNode(String, Node)
Initializes a new instance of the TypeGroupNode class.
Declaration
public TypeGroupNode(string name, Node parent = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the node. |
Node | parent | The parent node of this node. |
Properties
Name
Gets or sets the name of the node.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |