public readonly struct PlcPropertyInfo : IEquatable<PlcPropertyInfo>Public Structure PlcPropertyInfo
Implements IEquatable(Of PlcPropertyInfo)[<SealedAttribute>]
type PlcPropertyInfo =
struct
inherit ValueType
interface IEquatable<PlcPropertyInfo>
end| PlcPropertyInfo | 初始化 PlcPropertyInfo 的新实例。 |
| EndianType | 获取字节序类型。 |
| Quantity | 获取数量。 |
| Start | 获取起始地址。 |
| Map |
将源对象的属性映射到目标对象的属性中。
(由 Mapper 定义。) |
| Map |
将源对象映射到目标类型的实例。
(由 Mapper 定义。) |
| MapTTarget |
将源对象映射到指定目标类型的新实例。
(由 Mapper 定义。) |
| ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |