public struct Result : IEquatable<Result>Public Structure Result
Implements IEquatable(Of Result)[<SealedAttribute>]
type Result =
struct
inherit ValueType
interface IEquatable<Result>
end| Result(Exception) | 构造函数 |
| Result(ResultCode) | 构造函数 |
| Result(ResultCode, String) | 构造函数 |
| FromCanceled | 创建来自Canceled的Result |
| FromError | 创建来自Error的Result |
| FromException(Exception) | 根据异常生成结果对象 |
| FromException(String) | 创建来自Exception的Result |
| FromFail | 创建来自Failure的Result |
| FromOvertime | 创建来自Overtime的Result |
| FromSuccess | 创建来自Success的Result |
| GetType | Gets the Type of the current instance. (继承自 Object。) |
| ToString | Returns the fully qualified type name of this instance. (重写 ValueTypeToString) |
| Map |
将源对象的属性映射到目标对象的属性中。
(由 Mapper 定义。) |
| Map |
将源对象映射到目标类型的实例。
(由 Mapper 定义。) |
| MapTTarget |
将源对象映射到指定目标类型的新实例。
(由 Mapper 定义。) |
| ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |