The ComplexExplanation type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddDetail | Adds a sub-node to this explanation node. (Inherited from Explanation.) | |
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. (Inherited from Explanation.) | |
GetDetails | The sub-nodes of this explanation node. (Inherited from Explanation.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetMatch | The match status of this explanation node. | |
GetSummary | (Overrides Explanation..::..GetSummary()()()().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | The value assigned to this explanation node. (Inherited from Explanation.) | |
IsMatch | Indicates whether or not this Explanation models a good match.
If the match status is explicitly set (i.e.: not null) this method
uses it; otherwise it defers to the superclass.
(Overrides Explanation..::..IsMatch()()()().) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetDescription | Sets the description of this explanation node. (Inherited from Explanation.) | |
SetMatch | Sets the match status assigned to this explanation node. | |
SetValue | Sets the value assigned to this explanation node. (Inherited from Explanation.) | |
ToHtml | Render an explanation as HTML. (Inherited from Explanation.) | |
ToString()()()() | Render an explanation as text. (Inherited from Explanation.) | |
ToString(Int32) | (Inherited from Explanation.) |