Result Methods |
The Result type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (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.) | |
| GetCallStackList |
Gives a list of CallStackItem
| |
| GetCallStackText |
Gives protocol text from call stack
| |
| GetExceptionText |
Gives text from Exception
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetItemText |
Gives protocol text from data item
| |
| GetPropertyValue |
Get property value of object
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetResultSuccessful |
Set Result properties as Status = successful
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |