Click or drag to resize

ProjectNode(String, ProjectNodeType, DateTimeOffset) Constructor

Creates a new ProjectNode with creation date.

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 nodeType,
	DateTimeOffset creationDate
)

Parameters

name  String
The node name.
nodeType  ProjectNodeType
The node type.
creationDate  DateTimeOffset
The creation timestamp.
See Also