Enum Classification
- Namespace
- Loehnert.TypeAndResult
- Assembly
- Loehnert.TypeAndResult.dll
Represents the classification of an Attribute.
[TypeConverter(typeof(EnumTranslationConverter))]
public enum Classification
Fields
[Display(Name = "Error", ResourceType = typeof(InternalResources))] Error = 4
An error occurs.
[Display(Name = "Failed", ResourceType = typeof(InternalResources))] Fail = 2
Not good.
[Display(Name = "NotEvaluated", ResourceType = typeof(InternalResources))] NotEvaluated = 3
Not evaluated.
[Display(Name = "NotMeasured", ResourceType = typeof(InternalResources))] NotMeasured = 0
The attribute is not measured.
[Display(Name = "Passed", ResourceType = typeof(InternalResources))] Pass = 1
Classification is good.