Click or drag to resize

ProjectNode Class

Represents a node in the project tree with optional parent and children.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.OriginProjectNode

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class ProjectNode : ITreeNodeWithParent<ProjectNode>, 
	ITreeNode<ProjectNode>, INodeWithParentNode<ProjectNode>

The ProjectNode type exposes the following members.

Constructors
 NameDescription
Public methodProjectNodeCreates a new ProjectNode with default values.
Public methodProjectNode(String)Creates a new ProjectNode with the specified name.
Public methodProjectNode(String, ProjectNodeType)Creates a new ProjectNode with the specified name and type.
Public methodProjectNode(String, ProjectNodeType, DateTimeOffset)Creates a new ProjectNode with creation date.
Public methodProjectNode(String, ProjectNodeType, DateTimeOffset, DateTimeOffset, Boolean)Creates a new ProjectNode with full metadata.
Top
Properties
 NameDescription
Public propertyChildNodesGets the child nodes as a read-only list.
Public propertyParentNode Gets the parent node of this node.
Top
Methods
 NameDescription
Public methodAppendChildAppends a child node to this node and returns the appended child.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldCreationDateCreation timestamp of the node.
Public fieldIsActiveTrue when this node is active.
Public fieldModificationDateLast modification timestamp of the node.
Public fieldNameName of the project node.
Public fieldNodeType 
Public fieldValueAsObject 
Top
See Also