Table of Contents

Class ComplianceBenchmarkResults

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the results of a compliance benchmark.

public class ComplianceBenchmarkResults : BaseTypeSection
Inheritance
ComplianceBenchmarkResults

Constructors

ComplianceBenchmarkResults()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ComplianceBenchmarkResults class.

public ComplianceBenchmarkResults()

Properties

Items

Gets or sets the items within the collection.

public ComplianceBenchmarkResultCollection Items { get; set; }

Property Value

ComplianceBenchmarkResultCollection

TotalExcluded

Gets the total number of excluded results.

public int TotalExcluded { get; set; }

Property Value

int

TotalFailed

Gets the total number of failed results.

public int TotalFailed { get; set; }

Property Value

int

TotalOther

Gets the total number of other results including unknown and manual intervention.

public int TotalOther { get; set; }

Property Value

int

TotalPassed

Gets the total number of passed results.

public int TotalPassed { get; set; }

Property Value

int

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.ComplianceBenchmarkResults class from the specified XML.

public static ComplianceBenchmarkResults FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ComplianceBenchmarkResults

A CENTREL.XIA.Configuration.Types.ComplianceBenchmarkResults class.

ToString()

Returns the CENTREL.XIA.Configuration.Types.ComplianceBenchmarkResults object as a human readable string.

public override string ToString()

Returns

string

The CENTREL.XIA.Configuration.Types.ComplianceBenchmarkResults object as a human readable string.