Table of Contents

Class ComplianceBenchmarks

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

Represents compliance benchmarks executed against an item.

public class ComplianceBenchmarks : BaseTypeSection
Inheritance
ComplianceBenchmarks

Constructors

ComplianceBenchmarks()

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

public ComplianceBenchmarks()

Properties

Items

Gets or sets the items within the collection.

public ComplianceBenchmarkCollection Items { get; set; }

Property Value

ComplianceBenchmarkCollection

Methods

FromXml(string)

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

public static ComplianceBenchmarks FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ComplianceBenchmarks

A CENTREL.XIA.Configuration.Types.ComplianceBenchmarks class.

ToString()

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

public override string ToString()

Returns

string

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