Table of Contents

Class ReportContextInfo

Represents the information used to describe a reporting context.

Inheritance
ReportContextInfo
Namespace: HP.LFT.Report
Assembly: HP.LFT.Report.dll
Syntax
public class ReportContextInfo

Constructors

ReportContextInfo()

The constructor of ReportContextInfo.

Declaration
public ReportContextInfo()

Properties

ContextMode

The mode of the reporting context.

Declaration
public ReportContextMode ContextMode { get; set; }
Property Value
Type Description
ReportContextMode

Data

Custom additional data of the reporting context.

Declaration
public IDictionary<string, object> Data { get; set; }
Property Value
Type Description
IDictionary<string, object>

Description

The description of the reporting context.

Declaration
public string Description { get; set; }
Property Value
Type Description
string

Methods

VerificationMode()

Sets the mode of the reporting context to Verification.

Declaration
public static ReportContextInfo VerificationMode()
Returns
Type Description
ReportContextInfo

An ReportContextInfo object which can be used as a builder to set other fields.