API Reference
Class
FeatureItem
Individual feature row projected for curated reporting.
Inheritance
- Object
- FeatureItem
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
- Property View.Features
Constructors
public FeatureItem() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Feature { get; set; } #Feature name.
public String RequirementLevel { get; set; } #Requirement level for the feature in the curated overview.
public Boolean Enabled { get; set; } #True when the feature is enabled or fully present.
public String State { get; set; } #Short posture state label.
public String Notes { get; set; } #Additional operator-facing notes about the posture state.