Struct ReportAdditionalInfo
Represents the information used to describe a custom step.
public struct ReportAdditionalInfo
- Inherited Members
Properties
Data
Custom additional data of the step.
public IDictionary<string, object> Data { get; set; }
Property Value
Description
The description of the step.
public string Description { get; set; }
Property Value
Exception
The exception of the step if necessary.
public Exception Exception { get; set; }
Property Value
Image
The image of the step. Set this property only if "ImagePath" property was not set.
public Image Image { get; set; }
Property Value
ImagePath
The path to the image of the step. Set this property only if "Image" property was not set.
public string ImagePath { get; set; }
Property Value
Status
The status of the step.
public Status Status { get; set; }