Class QualityStatementItem
Represents a single statement within a QualityStatement's set of statements.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class QualityStatementItem : NotificationObject
Constructors
QualityStatementItem()
Initializes a new instance of the QualityStatementItem class.
Declaration
public QualityStatementItem()
Properties
ComplianceConcept
Gets or sets the quality concept being described.
Declaration
public Concept ComplianceConcept { get; set; }
Property Value
Type | Description |
---|---|
Concept |
ComplianceDescription
Gets the description detailing compliance with the ComplianceConcept.
Declaration
public MultilingualString ComplianceDescription { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
ExternalComplianceCode
Gets or sets the compliance item, if the item being complied with is not specified in ComplianceConcept. This value may come from a controlled vocabulary.
Declaration
public CodeValue ExternalComplianceCode { get; set; }
Property Value
Type | Description |
---|---|
CodeValue |