Domain Detective

API Reference

Class

AgentReadinessCategoryScore

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

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.

Constructors

public AgentReadinessCategoryScore() #

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.

{{ include "footer" }}