Show / Hide Table of Contents

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)
Inheritance
object
NotificationObject
Node
TypeGroupNode
Implements
INotifyPropertyChanged
Inherited Members
Node.ItemType
Node.Identifier
Node.Header
Node.ToolTip
Node.Path
Node.Children
Node.AreChildrenEditable
Node.AreChildrenRemote
Node.AutoExpandChildren
Node.Parent
Node.IsExpanded
Node.IsSelected
Node.IsRare
Node.ExternalLink
Node.IsLocalUpdateAvailable
Node.IsRemoteUpdateAvailable
Node.IsUpdateAvailable
Node.IsLocallyModified
Node.IsDeprecated
Node.IsReadOnly
Node.IsChildOfLockedItem
Node.GetClient()
Node.IsItemUnderType<T>()
Node.GetParentOfType<T>()
Node.GetParentNodeWithVersionable()
Node.IsUnderEditableParent
Node.IsStatic
Node.CopyPropertiesIfNodeIsMatch(Node)
Node.GetFlattenedChildren(Collection<Node>)
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperties()
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(INotifyCollectionChanged, string)
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Navigator.NodeTypes
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class TypeGroupNode : Node, INotifyPropertyChanged

Constructors

TypeGroupNode(string, Node)

Initializes a new instance of the TypeGroupNode class.

Declaration
public TypeGroupNode(string name, Node parent = null)
Parameters
Type Name Description
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
string

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX