Click or drag to resize
BackingFieldCompatibleObject Class

Base class for custom serializable objects that need to be compatible with PropertyBackingFieldAttribute. You can implement IPropertyBackingFieldCompatible on your own objects if you do not wish to inherit from this one. It is merely provided as a convenience.

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 BackingFieldCompatibleObject : IPropertyBackingFieldCompatible, 
	ICloneable

The BackingFieldCompatibleObject type exposes the following members.

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