Show / Hide Table of Contents

Class QualityStatementItem

Represents a single statement within a QualityStatement's set of statements.

Inheritance
Object
NotificationObject
QualityStatementItem
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class QualityStatementItem : NotificationObject, INotifyPropertyChanged

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

Implements

System.ComponentModel.INotifyPropertyChanged
In This Article
Back to top Generated by DocFX