| BackingFieldUtility Methods |
The BackingFieldUtility type exposes the following members.
| Name | Description | |
|---|---|---|
| GenerateSerializedPropertiesHashT |
Generates a hash code for the serialized properties in a list or array of
IPropertyBackingFieldCompatible objects.
| |
| GetInterfaceBackingFieldT |
Gets the backing field for a public interface property that also has a proxy backing field to serialize
Objects that implement the interface.
| |
| GetKeyedListBackingFieldAsDictT, TId, TData |
Gets the keyed list backing field as a dictionary.
| |
| SetHashedListBackingFieldFromIntArray |
Sets a backing field for a set of Int32s.
| |
| SetHashedListBackingFieldFromIntHashset |
Sets a backing field for a set of Int32s.
| |
| SetHashedListBackingFieldFromObjectArrayT |
Sets a backing field for a set of Objects.
| |
| SetHashedListBackingFieldFromObjectHashsetT |
Sets a backing field for a set of Objects.
| |
| SetHashedListBackingFieldFromStringArray |
Sets a backing field for a set of Strings.
| |
| SetHashedListBackingFieldFromStringHashset |
Sets a backing field for a set of Strings.
| |
| SetInterfaceBackingFieldT |
Sets the backing field for a public interface property that also has a proxy backing field to serialize
Objects that implement the interface.
| |
| SetInterfaceBackingFieldObjectT |
Sets the backing field for a private Object property that is a proxy for a public
interface property.
| |
| SetKeyedListBackingFieldFromIntKeyedArrayT |
Sets a backing field for a list of identifiable objects that should have unique Int32
keys. Use this method when you need to serialize something that may be deserialized as a dictionary.
| |
| SetKeyedListBackingFieldFromIntKeyedDictTWrapper, TData |
Sets a backing field for a list of identifiable objects that should have unique keys. Use this method when
you need to serialize something that may be deserialized as a dictionary.
| |
| SetKeyedListBackingFieldFromObjectKeyedArrayT, TId |
Sets a backing field for a list of identifiable objects that should have unique
Object keys. Use this method when you need to serialize something that may be
deserialized as a dictionary.
| |
| SetKeyedListBackingFieldFromObjectKeyedDictTWrapper, TId, TData |
Sets a backing field for a list of identifiable objects that should have unique keys. Use this method when
you need to serialize something that may be deserialized as a dictionary.
| |
| SetKeyedListBackingFieldFromStringKeyedArrayT |
Sets a backing field for a list of identifiable objects that should have unique String
keys. Use this method when you need to serialize something that may be deserialized as a dictionary.
| |
| SetKeyedListBackingFieldFromStringKeyedDictTWrapper, TData |
Sets a backing field for a list of identifiable objects that should have unique keys. Use this method when
you need to serialize something that may be deserialized as a dictionary.
|