Click or drag to resize

RelDocNodeProxy(RelativeDocumentPath, IDocumentNode) Constructor

For deserialization purposes only.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected RelDocNodeProxy(
	RelativeDocumentPath docNodePath,
	IDocumentNode parentNode
)

Parameters

docNodePath  RelativeDocumentPath
The document node path.
parentNode  IDocumentNode
The parent node of this proxy. This is also the start node for resolution of the path.
Exceptions
ExceptionCondition
ArgumentNullException docNodePath or parentNode
See Also