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.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(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

Methods

WatchProperties()

Watch for property changed events

Declaration
protected override void WatchProperties()
Overrides
NotificationObject.WatchProperties()

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX