RanorexRanorex Documentation
SimpleReportMetadata Class
NamespacesRanorex.CoreSimpleReportMetadata
A simple implementation of the IReportMetadata interface allowing an easy construction of report meta data.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class SimpleReportMetadata : IReportMetadata
<SerializableAttribute> _
Public Class SimpleReportMetadata _
	Implements IReportMetadata
[SerializableAttribute]
public ref class SimpleReportMetadata : IReportMetadata
Members
All MembersConstructorsMethods



IconMemberDescription
SimpleReportMetadata()()()
Initializes a new instance of the SimpleReportMetadata class.

SimpleReportMetadata(String, String)
Initializes a new instance of the SimpleReportMetadata class with a single meta data key-value pair.

SimpleReportMetadata(IDictionary<(Of <(String, String>)>))
Initializes a new instance of the SimpleReportMetadata class containing the specified meta data.

Add(String, String)
Adds the specified key-value pair to the meta data of this instance.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetMetaInfos()()()
Returns a (non read-only!) dictionary of String key-value pairs specifying meta data for a report.

GetType()()()
Gets the type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
SimpleReportMetadata
 RecordItemIndex

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)