The Metric type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
Metric(String, Int32) |
Initializes a new instance of the Metric class.
| |
Metric(String, Int32, Boolean) |
Initializes a new instance of the Metric class, specifying whether the metric passed or failed.
|
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FromString |
Initializes an instance of the Metric class, from the specified text.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a string that represents the current Metric.
(Overrides Object ToString .) |
Properties
Name | Description | |
---|---|---|
Name |
Gets the name of the metric.
| |
Pass |
Gets a value that indicates whether the metric passed or failed.
| |
Value |
Gets the value of the metric.
|
See Also