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 |
Represents a single piece of data to be saved or loaded. Stores information about the object's class, field, type, and value.
| string Backbone::DataEntry::className |
The full name of the class that owns the field.
| string Backbone::DataEntry::fieldName |
The name of the field within the class.
| string Backbone::DataEntry::objectPath |
| string Backbone::DataEntry::typeName |
The full assembly-qualified name of the field's type. Used for deserialization.
| object Backbone::DataEntry::value |
The value of the field to be saved.