Table of Contents

Interface IReportMetadata

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

If implemented provides meta data for report generation.

public interface IReportMetadata

Methods

GetMetaInfos()

Returns a (non read-only!) dictionary of string key-value pairs specifying meta data for a report.

IDictionary<string, string> GetMetaInfos()

Returns

IDictionary<string, string>

A (non read-only!) dictionary of strings.