Click or drag to resize

RelativeDocumentPath Class

DocumentPath holds a path to a document. This path reflects the internal organization of the class instances in Altaxo. Do not mix this concept with the concept of the folder in which a project item virtually exists (see ProjectFolder).
Inheritance Hierarchy
SystemObject
  Altaxo.MainRelativeDocumentPath

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[SerializableAttribute]
public sealed class RelativeDocumentPath : ICloneable, 
	IImmutable

The RelativeDocumentPath type exposes the following members.

Constructors
 NameDescription
Public methodRelativeDocumentPath(RelativeDocumentPath)Initializes a new instance of the RelativeDocumentPath class
Public methodRelativeDocumentPath(Int32, IEnumerableString)Initializes a new instance of the RelativeDocumentPath class
Top
Properties
Methods
 NameDescription
Public methodClone 
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodStatic memberFromOldDeprecated 
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodStatic memberGetNodeOrLeastResolveableNode Gets the node that is designated by the provided path or the least resolveable node.
Public methodStatic memberGetObject 
Public methodStatic memberGetRelativePathFromTo(IDocumentLeafNode, IDocumentLeafNode) Retrieves the relative path from the node
C#
startnode
to the node
C#
endnode
.
Public methodStatic memberGetRelativePathFromTo(IDocumentLeafNode, IDocumentLeafNode, IDocumentNode) Retrieves the relative path from the node
C#
startnode
to the node
C#
endnode
.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldStatic memberIdentityPath The path that designates identity, i.e. the start node is identical to the destination node.
Top
See Also