API Reference
Enum
BenchmarkRequirementStatus
Represents the company-requirement disposition of one applicable recommendation.
Inheritance
- Enum
- BenchmarkRequirementStatus
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const BenchmarkRequirementStatus Passed #The technical state satisfies the effective requirement.
Value:
0public const BenchmarkRequirementStatus ApprovedException #An active company-approved waiver satisfies governance without changing technical state.
Value:
1public const BenchmarkRequirementStatus Outstanding #The technical state does not satisfy the effective requirement.
Value:
2public const BenchmarkRequirementStatus NeedsEvidence #A manual or unautomated requirement still needs accepted evidence.
Value:
3public const BenchmarkRequirementStatus NotApplicable #The recommendation does not apply to the target.
Value:
4