Metric MembersC# API

The Metric type exposes the following members.
Constructors

  NameDescription
Public methodMetric(String, Int32)
Initializes a new instance of the Metric class.
Public methodMetric(String, Int32, Boolean)
Initializes a new instance of the Metric class, specifying whether the metric passed or failed.
Back to Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromString
Initializes an instance of the Metric class, from the specified text.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current Metric.
(Overrides Object ToString .)
Back to Top
Properties

  NameDescription
Public propertyName
Gets the name of the metric.
Public propertyPass
Gets a value that indicates whether the metric passed or failed.
Public propertyValue
Gets the value of the metric.
Back to Top
See Also