Class ReportItem
- Namespace
- Ranorex.Core.Reporting
- Assembly
- Ranorex.Core.dll
public class ReportItem : IReportItem
- Inheritance
-
ReportItem
- Implements
-
- Inherited Members
-
Constructors
ReportItem(ReportLevel, string, string, bool, IDictionary<string, string>, bool, ActivityStack, ReportTimeOption)
public ReportItem(ReportLevel level, string category, string message, bool escape, IDictionary<string, string> metaInfosArg, bool runtimeOnly, ActivityStack owner, ReportTimeOption reportTimeOption)
Parameters
level ReportLevel
category string
message string
escape bool
metaInfosArg IDictionary<string, string>
runtimeOnly bool
owner ActivityStack
reportTimeOption ReportTimeOption
ReportItem(ReportLevel, string, string, bool, IDictionary<string, string>, bool, ReportTimeOption)
public ReportItem(ReportLevel level, string category, string message, bool escape, IDictionary<string, string> metaInfos, bool runtimeOnly, ReportTimeOption reportTimeOption)
Parameters
level ReportLevel
category string
message string
escape bool
metaInfos IDictionary<string, string>
runtimeOnly bool
reportTimeOption ReportTimeOption
Properties
Category
public string Category { get; }
Property Value
- string
CustomStyle
public string CustomStyle { get; set; }
Property Value
- string
Escape
public bool Escape { get; }
Property Value
- bool
Level
public ReportLevel Level { get; }
Property Value
- ReportLevel
Message
public string Message { get; }
Property Value
- string
public IDictionary<string, string> MetaInfos { get; }
Property Value
- IDictionary<string, string>
RuntimeOnly
public bool RuntimeOnly { get; set; }
Property Value
- bool
ScreenshotFileName
public string ScreenshotFileName { get; }
Property Value
- string
ScreenshotGuid
public string ScreenshotGuid { get; }
Property Value
- string
ScreenshotThumbFileName
public string ScreenshotThumbFileName { get; }
Property Value
- string
ShowInProgressDialog
public bool ShowInProgressDialog { get; set; }
Property Value
- bool
Methods
ToXmlNode(XmlDoc)
public XmlNode ToXmlNode(XmlDoc doc)
Parameters
doc XmlDoc
Returns
- XmlNode