public readonly struct ProtocolPublic Structure Protocol[<SealedAttribute>]
type Protocol =
struct
inherit ValueType
end| Protocol | 表示 |
| Equals |
比较是否和目标相等
(重写 ValueTypeEquals(Object)) |
| GetHashCode |
获取哈希码
(重写 ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (继承自 Object。) |
| ToString |
转换为字符串
(重写 ValueTypeToString) |
| IsDmtp |
是否为Dmtp协议
(由 DmtpUtility 定义。) |
| Map |
将源对象的属性映射到目标对象的属性中。
(由 Mapper 定义。) |
| Map |
将源对象映射到目标类型的实例。
(由 Mapper 定义。) |
| MapTTarget |
将源对象映射到指定目标类型的新实例。
(由 Mapper 定义。) |
| ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |