Class
ToolSetupRequirement
Typed descriptor for a single setup requirement.
Inheritance
- Object
- ToolSetupRequirement
Constructors
public ToolSetupRequirement() #Methods
Inherited Methods
Properties
public String RequirementId { get; set; } #Stable requirement identifier.
public String Kind { get; set; } #Requirement kind token.
public Boolean IsRequired { get; set; } #True when this requirement blocks execution.
public IReadOnlyList<String> HintKeys { get; set; } #Optional hint keys linked to this requirement.