Click or drag to resize
PathTransformation Class
Represents a transform path for a replication rule.
Inheritance Hierarchy
SystemObject
  DoubleTake.Common.ContractPathTransformation

Namespace: DoubleTake.Common.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public sealed class PathTransformation : IExtensibleDataObject

The PathTransformation type exposes the following members.

Constructors
  NameDescription
Public methodPathTransformation
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertySourcePath
This value is the path on the source.
Public propertyTargetPath
This value is the path on the target.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also