Class ComplianceBenchmarkSections
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the sections of a compliance benchmark.
public class ComplianceBenchmarkSections : BaseTypeSection
- Inheritance
-
ComplianceBenchmarkSections
Constructors
ComplianceBenchmarkSections()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ComplianceBenchmarkSections class.
public ComplianceBenchmarkSections()
Properties
Items
Gets or sets the items within the collection.
public ComplianceBenchmarkSectionCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ComplianceBenchmarkSections class from the specified XML.
public static ComplianceBenchmarkSections FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ComplianceBenchmarkSections
A CENTREL.XIA.Configuration.Types.ComplianceBenchmarkSections class.
ToString()
Returns the CENTREL.XIA.Configuration.Types.ComplianceBenchmarkSections object as a human readable string.
public override string ToString()
Returns
- string
The CENTREL.XIA.Configuration.Types.ComplianceBenchmarkSections object as a human readable string.