Table of Contents

Struct ReportAdditionalInfo

Namespace
HP.LFT.Report
Assembly
HP.LFT.Report.dll

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

IDictionary<string, object>

Description

The description of the step.

public string Description { get; set; }

Property Value

string

Exception

The exception of the step if necessary.

public Exception Exception { get; set; }

Property Value

Exception

Image

The image of the step. Set this property only if "ImagePath" property was not set.

public Image Image { get; set; }

Property Value

Image

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

string

Status

The status of the step.

public Status Status { get; set; }

Property Value

Status