Relative |
[SerializableAttribute] public sealed class RelativeDocumentPath : ICloneable, IImmutable
The RelativeDocumentPath type exposes the following members.
Name | Description | |
---|---|---|
RelativeDocumentPath(RelativeDocumentPath) | Initializes a new instance of the RelativeDocumentPath class | |
RelativeDocumentPath(Int32, IEnumerableString) | Initializes a new instance of the RelativeDocumentPath class |
Name | Description | |
---|---|---|
Count | ||
IsIdentity | ||
Item | ||
NumberOfStepsDown |
Name | Description | |
---|---|---|
Clone | ||
Equals | (Overrides ObjectEquals(Object)) | |
FromOldDeprecated | ||
GetHashCode | (Overrides ObjectGetHashCode) | |
GetNodeOrLeastResolveableNode | Gets the node that is designated by the provided path or the least resolveable node. | |
GetObject | ||
GetRelativePathFromTo(IDocumentLeafNode, IDocumentLeafNode) |
Retrieves the relative path from the node C# startnode C# endnode | |
GetRelativePathFromTo(IDocumentLeafNode, IDocumentLeafNode, IDocumentNode) |
Retrieves the relative path from the node C# startnode C# endnode | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | (Overrides ObjectToString) |
Name | Description | |
---|---|---|
IdentityPath | The path that designates identity, i.e. the start node is identical to the destination node. |