Click or drag to resize

ProjectNode(String, ProjectNodeType, DateTimeOffset, DateTimeOffset, Boolean) Constructor

Creates a new ProjectNode with full metadata.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ProjectNode(
	string name,
	ProjectNodeType type,
	DateTimeOffset creationDate,
	DateTimeOffset modificationDate,
	bool active = false
)

Parameters

name  String
The node name.
type  ProjectNodeType
The node type.
creationDate  DateTimeOffset
The creation timestamp.
modificationDate  DateTimeOffset
The modification timestamp.
active  Boolean  (Optional)
If , the node is active.
See Also