Click or drag to resize
IdentifiableBackingFieldCompatibleObjectWrapper Class

Base class for a wrapper around serializable, backing field compatible objects that should have a unique identifier. This class is provided as a means for serializing some dictionary types.

Make sure your subclass adds SerializableAttribute.

Inheritance Hierarchy

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public abstract class IdentifiableBackingFieldCompatibleObjectWrapper : BackingFieldCompatibleObject

The IdentifiableBackingFieldCompatibleObjectWrapper type exposes the following members.

Methods
  NameDescription
Public methodClone
Clone this instance.
(Inherited from BackingFieldCompatibleObject.)
Public methodGetSerializedPropertiesHash
Gets a hash value that is based on the values of the serialized properties of this instance.
(Inherited from BackingFieldCompatibleObject.)
Top
Remarks
See Also