Show / Hide Table of Contents

Class ComplianceDefinition

Provides a list of quality concepts in the quality standard.

Inheritance
object
NotificationObject
ComplianceDefinition
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.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 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
object.ToString()

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