![]() | 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.
Namespace: Candlelight
public abstract class BackingFieldCompatibleObject : IPropertyBackingFieldCompatible, ICloneable
The BackingFieldCompatibleObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone |
Clone this instance.
|
![]() | GetSerializedPropertiesHash |
Gets a hash value that is based on the values of the serialized properties of this instance.
|