Class ComplianceBenchmarkSection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a compliance benchmark section.
public class ComplianceBenchmarkSection : GlobalSerializableClassicBase, IComparable<ComplianceBenchmarkSection>
- Inheritance
-
ComplianceBenchmarkSection
- Implements
Constructors
ComplianceBenchmarkSection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ComplianceBenchmarkSection class.
public ComplianceBenchmarkSection()
Properties
DisplayName
Gets the display name of the benchmark section.
public string DisplayName { get; }
Property Value
ReferenceNumber
Gets or sets the unique benchmark reference number for this section.
public SerializableReferenceNumber ReferenceNumber { get; set; }
Property Value
- SerializableReferenceNumber
ReferenceNumberString
Gets or sets the reference number stored as an human readable string.
[Browsable(false)]
public string ReferenceNumberString { get; set; }
Property Value
Title
Gets or sets the title of this benchmark section.
public string Title { get; set; }
Property Value
Methods
CompareTo(ComplianceBenchmarkSection)
Compares two benchmark sections to allow sorting by reference number.
public int CompareTo(ComplianceBenchmarkSection other)
Parameters
other
ComplianceBenchmarkSectionThe CENTREL.XIA.Configuration.Types.ComplianceBenchmarkSection to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.ComplianceBenchmarkSection objects.
ToString()
Returns the CENTREL.XIA.Configuration.Types.ComplianceBenchmarkSection as a human readable string.
public override string ToString()
Returns
- string
The CENTREL.XIA.Configuration.Types.ComplianceBenchmarkSection as a human readable string.