API Reference
Class
AgentReadinessCategoryScore
Weighted category score.
Inheritance
- Object
- AgentReadinessCategoryScore
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 AgentReadinessAnalysis.CategoryScores
- Property AgentReadinessInfo.CategoryScores
Constructors
public AgentReadinessCategoryScore() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Category { get; set; } #Category name.
public Double Score { get; set; } #Raw score in this category.
public Double MaxScore { get; set; } #Raw max score in this category.
public Double WeightedScore { get; set; } #Weighted contribution to the total percentage.
public Double Weight { get; set; } #Category weight in percent.
public Int32 Passed { get; set; } #Passing check count.
public Int32 Warnings { get; set; } #Warning check count.
public Int32 Failed { get; set; } #Failed check count.