Result Class |
Namespace: SIC
The Result type exposes the following members.
| Name | Description | |
|---|---|---|
| Result(Object, String) |
This Constructor sets the result as successful
| |
| Result(Exception, Object, String, String) |
This Constructor set property depending on parameter
|
| Name | Description | |
|---|---|---|
| CallStack |
List of method call.
List generated when triggered an exception (by method SetCallStack)
| |
| Description |
Result description
| |
| Exception |
Exception object or null
| |
| Item |
Can use as data item or other data object
| |
| Validation |
List of exception validation with property and message
|
| 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.) |