Class ComplianceDefinition
Provides a list of quality concepts in the quality standard.
Inheritance
System.Object
ComplianceDefinition
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class ComplianceDefinition : object
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 |
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 |