Class ElementRepository.Memento
- Namespace
- Ranorex.Core.Repository
- Assembly
- Ranorex.Core.dll
public class ElementRepository.Memento
- Inheritance
-
ElementRepository.Memento
- Inherited Members
-
Constructors
Memento(string, IDictionary<string, CompressedImage>)
public Memento(string xmlString, IDictionary<string, CompressedImage> externalImages)
Parameters
xmlString string
externalImages IDictionary<string, CompressedImage>
Properties
ExternalImages
public IDictionary<string, CompressedImage> ExternalImages { get; }
Property Value
- IDictionary<string, CompressedImage>
XmlString
public string XmlString { get; }
Property Value
- string
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int