Skip to main content
Skip table of contents

ObjectPath

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
ReturnsName
objectClone()
boolEquals(object obj)
intGetHashCode()
boolIsComparing(RefKey baseCmpObject, RefKey baseOutObject)
voidPop()
voidPushArrayItemToPath(int index)
voidPushDictItemToPath(string key)
voidPushOffsetToPath(int offset)
ObjectPathResetDirectPath(RefKey baseCmpObject, RefKey baseOutObject)
stringToString()
XmlNodeToXmlNode(XmlDocument document)

Details

Nested types

Classes
  • Pair<T>
  • PathItem

Constructors

ObjectPath [1/2]

Source code

public ObjectPath()
ObjectPath [2/2]

Source code

public ObjectPath(RefKey baseCmpObject, RefKey baseOutObject)
Arguments
TypeNameDescription
RefKeybaseCmpObject
RefKeybaseOutObject

Methods

ResetDirectPath

Source code

public ObjectPath ResetDirectPath(RefKey baseCmpObject, RefKey baseOutObject)
Arguments
TypeNameDescription
RefKeybaseCmpObject
RefKeybaseOutObject
IsComparing

Source code

public bool IsComparing(RefKey baseCmpObject, RefKey baseOutObject)
Arguments
TypeNameDescription
RefKeybaseCmpObject
RefKeybaseOutObject
PushArrayItemToPath

Source code

public void PushArrayItemToPath(int index)
Arguments
TypeNameDescription
intindex
PushDictItemToPath

Source code

public void PushDictItemToPath(string key)
Arguments
TypeNameDescription
stringkey
PushOffsetToPath

Source code

public void PushOffsetToPath(int offset)
Arguments
TypeNameDescription
intoffset
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
TypeNameDescription
objectobj
Clone

Source code

public object Clone()
ToXmlNode

Source code

public XmlNode ToXmlNode(XmlDocument document)
Arguments
TypeNameDescription
XmlDocumentdocument

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.