PrimitiveTypeRecord 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示本身表示基元值的记录。
public ref class PrimitiveTypeRecord abstract : System::Formats::Nrbf::SerializationRecord
public abstract class PrimitiveTypeRecord : System.Formats.Nrbf.SerializationRecord
type PrimitiveTypeRecord = class
inherit SerializationRecord
Public MustInherit Class PrimitiveTypeRecord
Inherits SerializationRecord
- 继承
- 派生
注解
NRBF 规范将以下类型视为基元:String、Boolean、Byte、SByteChar、Int16、UInt16、Int32、UInt32、Int64、UInt64、Single、Double、Decimal、DateTime 和 TimeSpan。
其他序列化记录用 ClassRecord 或 ArrayRecord表示。
属性
Id |
获取记录的 ID。 (继承自 SerializationRecord) |
RecordType |
获取记录的类型。 (继承自 SerializationRecord) |
TypeName |
获取序列化类型的名称。 (继承自 SerializationRecord) |
Value |
获取序列化的基元值。 |
方法
Equals(Object) |
确定指定的对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
用作默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object的浅表副本。 (继承自 Object) |
ToString() |
返回一个表示当前对象的字符串。 (继承自 Object) |
TypeNameMatches(Type) |
将从有效负载中读取的类型名称与指定类型进行比较。 (继承自 SerializationRecord) |