![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Placeholder for null child objects. More...
Public Member Functions | |
| NullPlaceholder () | |
| Creates an instance of the type. | |
| void | GetState (SerializationInfo info) |
| Method called by MobileFormatter when an object should serialize its data. The data should be serialized into the SerializationInfo parameter. | |
| void | GetChildren (SerializationInfo info, MobileFormatter formatter) |
| Method called by MobileFormatter when an object should serialize its child references. The data should be serialized into the SerializationInfo parameter. | |
| void | SetState (SerializationInfo info) |
| Method called by MobileFormatter when an object should be deserialized. The data should be deserialized from the SerializationInfo parameter. | |
| void | SetChildren (SerializationInfo info, MobileFormatter formatter) |
| Method called by MobileFormatter when an object should deserialize its child references. The data should be deserialized from the SerializationInfo parameter. | |
Placeholder for null child objects.
|
inline |
Creates an instance of the type.
|
inline |
Method called by MobileFormatter when an object should serialize its child references. The data should be serialized into the SerializationInfo parameter.
| info | Object to contain the serialized data. |
| formatter | Reference to the formatter performing the serialization. |
Implements Csla.Serialization.Mobile.IMobileObject.
|
inline |
Method called by MobileFormatter when an object should serialize its data. The data should be serialized into the SerializationInfo parameter.
| info | Object to contain the serialized data. |
Implements Csla.Serialization.Mobile.IMobileObject.
|
inline |
Method called by MobileFormatter when an object should deserialize its child references. The data should be deserialized from the SerializationInfo parameter.
| info | Object containing the serialized data. |
| formatter | Reference to the formatter performing the deserialization. |
Implements Csla.Serialization.Mobile.IMobileObject.
|
inline |
Method called by MobileFormatter when an object should be deserialized. The data should be deserialized from the SerializationInfo parameter.
| info | Object containing the serialized data. |
Implements Csla.Serialization.Mobile.IMobileObject.