Backbone - Persistence
 
Loading...
Searching...
No Matches
Backbone::DataEntry Class Reference

Represents a single piece of data to be saved or loaded. Stores information about the object's class, field, type, and value. More...

Public Attributes

string className
 The full name of the class that owns the field.
 
string fieldName
 The name of the field within the class.
 
string typeName
 The full assembly-qualified name of the field's type. Used for deserialization.
 
object value
 The value of the field to be saved.
 
string objectPath
 

Detailed Description

Represents a single piece of data to be saved or loaded. Stores information about the object's class, field, type, and value.

Member Data Documentation

◆ className

string Backbone::DataEntry::className

The full name of the class that owns the field.

◆ fieldName

string Backbone::DataEntry::fieldName

The name of the field within the class.

◆ objectPath

string Backbone::DataEntry::objectPath

◆ typeName

string Backbone::DataEntry::typeName

The full assembly-qualified name of the field's type. Used for deserialization.

◆ value

object Backbone::DataEntry::value

The value of the field to be saved.


The documentation for this class was generated from the following file: