Show / Hide Table of Contents

Enum QualityType

Specifies the different qualities.

Namespace: Sartorius.SAF
Assembly: Sartorius.SAF.dll
Syntax
public enum QualityType

Fields

Name Description
Bad

The value is definitely wrong.

Good

The value is to be trusted.

Uncertain

The value is not to be trusted and indicates an error.

Extension Methods

CollectionExtensions.AddRange<T, QualityType>(QualityType, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<QualityType>(QualityType)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Enum, Func<TAttribute, TType>)
  • View Source
Back to top Generated by DocFX