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 = 4An error occurs.
[Display(Name = "Failed", ResourceType = typeof(InternalResources))] Fail = 2Not good.
[Display(Name = "NotEvaluated", ResourceType = typeof(InternalResources))] NotEvaluated = 3Not evaluated.
[Display(Name = "NotMeasured", ResourceType = typeof(InternalResources))] NotMeasured = 0The attribute is not measured.
[Display(Name = "Passed", ResourceType = typeof(InternalResources))] Pass = 1Classification is good.