SPBucketHealthScoreCalculator members
Provides computation of health scores for a specific performance value based on the range of possible values ("bucket") into which the value falls.
The SPBucketHealthScoreCalculator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPBucketHealthScoreCalculator() | Initializes a new instance of the SPBucketHealthScoreCalculator class. |
![]() |
SPBucketHealthScoreCalculator([], Boolean) | Initializes a new instance of the SPBucketHealthScoreCalculator class by using parameters that define degrees of health. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
IsASC | Gets a value that indicates whether the values that define the buckets are ascending. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CalculateScore | Gets a health score, from 0 through 10, for the specified performance measurement value. (Overrides SPHealthScoreCalculator.CalculateScore(Double).) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetScoreBuckets | Gets the array of score values that define the subranges of scores—the "buckets"—used by CalculateScore(Double) to generate health scores. |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SetScoreBuckets | Sets the array of score values that define the subranges of scores—the "buckets"—used by CalculateScore(Double) to generate health scores. |
![]() |
ToString | Returns a String that represents the SPBucketHealthScoreCalculator object. (Overrides Object.ToString().) |
Top