PrimitiveTypeRecord 类

定义

表示本身表示基元值的记录。

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
继承
PrimitiveTypeRecord
派生

注解

NRBF 规范将以下类型视为基元:StringBooleanByteSByteCharInt16UInt16Int32UInt32Int64UInt64SingleDoubleDecimalDateTimeTimeSpan

其他序列化记录用 ClassRecordArrayRecord表示。

属性

Id

获取记录的 ID。

(继承自 SerializationRecord)
RecordType

获取记录的类型。

(继承自 SerializationRecord)
TypeName

获取序列化类型的名称。

(继承自 SerializationRecord)
Value

获取序列化的基元值。

方法

Equals(Object)

确定指定的对象是否等于当前对象。

(继承自 Object)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
ToString()

返回一个表示当前对象的字符串。

(继承自 Object)
TypeNameMatches(Type)

将从有效负载中读取的类型名称与指定类型进行比较。

(继承自 SerializationRecord)

适用于