Class ComplianceDefinition
Provides a list of quality concepts in the quality standard.
Implements
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class ComplianceDefinition : NotificationObject, INotifyPropertyChanged
Properties
ComplianceConcept
a concept which relates to an area of coverage of the standard
Declaration
public Concept ComplianceConcept { get; set; }
Property Value
Type | Description |
---|---|
Concept |
ComplianceRequirements
Specifies what is required to be seen as in compliance with the Standard. Note minimum requirements for various levels of compliance.
Declaration
public MultilingualString ComplianceRequirements { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
DisplayLabel
Shows the Compliance Concept Display Label
Declaration
public string DisplayLabel { get; }
Property Value
Type | Description |
---|---|
string |
ExternalComplianceCode
Specification of a code which relates to an area of coverage of the standard.
Declaration
public CodeValue ExternalComplianceCode { get; set; }
Property Value
Type | Description |
---|---|
CodeValue |
Methods
ToString()
Returns a the compliance concept's display label, if present.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |
Overrides
WatchProperties()
Watch for property changed events
Declaration
protected override void WatchProperties()