Name | Description | |
---|---|---|
ActionResult<T> Constructor | Overloaded. |
The following tables list the members exposed by ActionResult<T>.
Name | Description | |
---|---|---|
ActionResult<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
Category | Gets the details category. | |
Details | Gets a string value indicating the details information of executing action. | |
Range | Gets the corresponding range of the action. | |
Success | Gets a value indicating whether the action is executed successful. | |
Value | Gets the T value represents the executing result. |
Implicit Type Conversion | Overloaded. Performs an implicit conversion from ActionResult to System.Boolean. |