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
TotalExcluded
Gets the total number of excluded results.
public int TotalExcluded { get; set; }
Property Value
TotalFailed
Gets the total number of failed results.
public int TotalFailed { get; set; }
Property Value
TotalOther
Gets the total number of other results including unknown and manual intervention.
public int TotalOther { get; set; }
Property Value
TotalPassed
Gets the total number of passed results.
public int TotalPassed { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ComplianceBenchmarkResults class from the specified XML.
public static ComplianceBenchmarkResults FromXml(string xml)
Parameters
xml
stringThe 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.