ObjectPath Protected class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.testutils.CompareTool
iTextSharp.testutils.CompareTool.ObjectPath[[ObjectPath]]
end
Members
Methods
Public methods
Details
Nested types
Classes
Constructors
ObjectPath [1/2]
Source code
public ObjectPath()
ObjectPath [2/2]
Source code
public ObjectPath(RefKey baseCmpObject, RefKey baseOutObject)
Arguments
Methods
ResetDirectPath
Source code
public ObjectPath ResetDirectPath(RefKey baseCmpObject, RefKey baseOutObject)
Arguments
IsComparing
Source code
public bool IsComparing(RefKey baseCmpObject, RefKey baseOutObject)
Arguments
PushArrayItemToPath
Source code
public void PushArrayItemToPath(int index)
Arguments
Type | Name | Description |
---|
int | index | |
PushDictItemToPath
Source code
public void PushDictItemToPath(string key)
Arguments
Type | Name | Description |
---|
string | key | |
PushOffsetToPath
Source code
public void PushOffsetToPath(int offset)
Arguments
Type | Name | Description |
---|
int | offset | |
Pop
Source code
public void Pop()
ToString
Source code
public override string ToString()
GetHashCode
Source code
public override int GetHashCode()
Equals
Source code
public override bool Equals(object obj)
Arguments
Type | Name | Description |
---|
object | obj | |
Clone
Source code
public object Clone()
ToXmlNode
Source code
public XmlNode ToXmlNode(XmlDocument document)
Arguments
Type | Name | Description |
---|
XmlDocument | document | |
Generated with ModularDoc