![]() | IdentifiableBackingFieldCompatibleObjectWrapperTId, T 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.
Namespace: Candlelight
[SerializableAttribute] public abstract class IdentifiableBackingFieldCompatibleObjectWrapper<TId, T> : IdentifiableBackingFieldCompatibleObjectWrapper, IIdentifiable<TId>
The IdentifiableBackingFieldCompatibleObjectWrapperTId, T type exposes the following members.
Name | Description | |
---|---|---|
![]() | IdentifiableBackingFieldCompatibleObjectWrapperTId, T |
Initializes a new instance of the IdentifiableBackingFieldCompatibleObjectWrapperTId, T
class.
|
Name | Description | |
---|---|---|
![]() | Clone |
Clone this instance.
(Inherited from BackingFieldCompatibleObject.) |
![]() | GetSerializedPropertiesHash |
Gets a hash value that is based on the values of the serialized properties of this instance.
(Overrides BackingFieldCompatibleObjectGetSerializedPropertiesHash.) |
Name | Description | |
---|---|---|
![]() | Data |
Gets the data.
|
![]() | Identifier |
Gets the identifier.
|