Click or drag to resize

DocNodePathReplacementOptions Class

Can be used to to relocate the AbsoluteDocumentPath that the DocNodeProxy is holding. The Visit(IProxy, Object, String) function implements the DocNodeProxyReporter delegate that is used to enumerate all proxies to document nodesIDocumentNodes and change their references to the relocated IDocumentNode.
Inheritance Hierarchy
SystemObject
  Altaxo.MainDocNodePathReplacementOptions

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class DocNodePathReplacementOptions

The DocNodePathReplacementOptions type exposes the following members.

Constructors
 NameDescription
Public methodDocNodePathReplacementOptionsInitializes a new instance of the DocNodePathReplacementOptions class
Top
Methods
 NameDescription
Public methodAddPathReplacementsForAllProjectItemTypes Adds replacement rules for path parts for all project item types.
Public methodAddProjectItemReplacement Adds a replacement entry for a project item. The paths given should be complete paths of the project item (original path and new path).
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)
Public methodVisit Visits a DocNodeProxy and applies the modifications to the document path of that proxy.
Top
See Also