The Explanation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Explanation()()()() | Initializes a new instance of the Explanation class | |
| Explanation(Single, String) | Initializes a new instance of the Explanation class |
Methods
| Name | Description | |
|---|---|---|
| AddDetail | Adds a sub-node to this explanation node. | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetDescription | A description of this explanation node. | |
| GetDetails | The sub-nodes of this explanation node. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetSummary | A short one line summary which should contain all high level
information about this Explanation, without the "Details"
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue | The value assigned to this explanation node. | |
| IsMatch | Indicates whether or not this Explanation models a good match.
By default, an Explanation represents a "match" if the value is positive.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetDescription | Sets the description of this explanation node. | |
| SetValue | Sets the value assigned to this explanation node. | |
| ToHtml | Render an explanation as HTML. | |
| ToString()()()() | Render an explanation as text. (Overrides Object..::..ToString()()()().) | |
| ToString(Int32) |