SPBucketHealthScoreCalculator Members

Include Protected Members
Include Inherited 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
Public method SPBucketHealthScoreCalculator() Initializes a new instance of the SPBucketHealthScoreCalculator class.
Public method SPBucketHealthScoreCalculator([], Boolean) Initializes a new instance of the SPBucketHealthScoreCalculator class by using parameters that define degrees of health.

Top

Properties

  Name Description
Public property IsASC Gets a value that indicates whether the values that define the buckets are ascending.
Public property UpgradedPersistedProperties (Inherited from SPAutoSerializingObject.)

Top

Methods

  Name Description
Public method CalculateScore Gets a health score, from 0 through 10, for the specified performance measurement value. (Overrides SPHealthScoreCalculator.CalculateScore(Double).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData (Inherited from SPAutoSerializingObject.)
Public method GetScoreBuckets Gets the array of score values that define the subranges of scores—the "buckets"—used by CalculateScore(Double) to generate health scores.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization (Inherited from SPAutoSerializingObject.)
Public method SetScoreBuckets Sets the array of score values that define the subranges of scores—the "buckets"—used by CalculateScore(Double) to generate health scores.
Public method ToString Returns a String that represents the SPBucketHealthScoreCalculator object. (Overrides Object.ToString().)
Protected method UpdateParent (Inherited from SPAutoSerializingObject.)

Top

See Also

Reference

SPBucketHealthScoreCalculator Class

Microsoft.SharePoint.Utilities Namespace