ClassRecord Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the core behavior for NRBF class records and provides a base for derived classes.
public ref class ClassRecord abstract : System::Formats::Nrbf::SerializationRecord
public abstract class ClassRecord : System.Formats.Nrbf.SerializationRecord
type ClassRecord = class
inherit SerializationRecord
Public MustInherit Class ClassRecord
Inherits SerializationRecord
- Inheritance
Properties
Id |
Gets the ID of the record. |
MemberNames |
Gets the names of the serialized members. |
RecordType |
Gets the type of the record. (Inherited from SerializationRecord) |
TypeName |
Gets the name of the serialized type. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetArrayRecord(String) |
Retrieves the value of the provided |
GetBoolean(String) |
Retrieves the value of the provided |
GetByte(String) |
Retrieves the value of the provided |
GetChar(String) |
Retrieves the value of the provided |
GetClassRecord(String) |
Retrieves the value of the provided |
GetDateTime(String) |
Retrieves the value of the provided |
GetDecimal(String) |
Retrieves the value of the provided |
GetDouble(String) |
Retrieves the value of the provided |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetInt16(String) |
Retrieves the value of the provided |
GetInt32(String) |
Retrieves the value of the provided |
GetInt64(String) |
Retrieves the value of the provided |
GetRawValue(String) |
Retrieves the value of the provided |
GetSByte(String) |
Retrieves the value of the provided |
GetSerializationRecord(String) |
Retrieves the SerializationRecord of the provided |
GetSingle(String) |
Retrieves the value of the provided |
GetString(String) |
Retrieves the value of the provided |
GetTimeSpan(String) |
Retrieves the value of the provided |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
GetUInt16(String) |
Retrieves the value of the provided |
GetUInt32(String) |
Retrieves the value of the provided |
GetUInt64(String) |
Retrieves the value of the provided |
HasMember(String) |
Checks if member of given name was present in the payload. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
TypeNameMatches(Type) |
Compares the type name read from the payload against the specified type. (Inherited from SerializationRecord) |