| BackingFieldUtility Class |
Namespace: Candlelight
public static class BackingFieldUtility
The BackingFieldUtility type exposes the following members.
| Name | Description | |
|---|---|---|
| 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.
| |
| 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.
|