Table of Contents

Class ReportContextInfo

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

Represents the information used to describe a reporting context.

public class ReportContextInfo
Inheritance
ReportContextInfo
Inherited Members

Constructors

ReportContextInfo()

The constructor of ReportContextInfo.

public ReportContextInfo()

Properties

ContextMode

The mode of the reporting context.

public ReportContextMode ContextMode { get; set; }

Property Value

ReportContextMode

Data

Custom additional data of the reporting context.

public IDictionary<string, object> Data { get; set; }

Property Value

IDictionary<string, object>

Description

The description of the reporting context.

public string Description { get; set; }

Property Value

string

Methods

VerificationMode()

Sets the mode of the reporting context to Verification.

public static ReportContextInfo VerificationMode()

Returns

ReportContextInfo

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