CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Serialization.Mobile.NullPlaceholder Class Referencesealed

Placeholder for null child objects. More...

Inheritance diagram for Csla.Serialization.Mobile.NullPlaceholder:
Csla.Serialization.Mobile.IMobileObject

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.

Detailed Description

Placeholder for null child objects.

Constructor & Destructor Documentation

◆ NullPlaceholder()

Csla.Serialization.Mobile.NullPlaceholder.NullPlaceholder ( )
inline

Creates an instance of the type.

Member Function Documentation

◆ GetChildren()

void Csla.Serialization.Mobile.NullPlaceholder.GetChildren ( SerializationInfo info,
MobileFormatter formatter )
inline

Method called by MobileFormatter when an object should serialize its child references. The data should be serialized into the SerializationInfo parameter.

Parameters
infoObject to contain the serialized data.
formatterReference to the formatter performing the serialization.

Implements Csla.Serialization.Mobile.IMobileObject.

◆ GetState()

void Csla.Serialization.Mobile.NullPlaceholder.GetState ( SerializationInfo info)
inline

Method called by MobileFormatter when an object should serialize its data. The data should be serialized into the SerializationInfo parameter.

Parameters
infoObject to contain the serialized data.

Implements Csla.Serialization.Mobile.IMobileObject.

◆ SetChildren()

void Csla.Serialization.Mobile.NullPlaceholder.SetChildren ( SerializationInfo info,
MobileFormatter formatter )
inline

Method called by MobileFormatter when an object should deserialize its child references. The data should be deserialized from the SerializationInfo parameter.

Parameters
infoObject containing the serialized data.
formatterReference to the formatter performing the deserialization.

Implements Csla.Serialization.Mobile.IMobileObject.

◆ SetState()

void Csla.Serialization.Mobile.NullPlaceholder.SetState ( SerializationInfo info)
inline

Method called by MobileFormatter when an object should be deserialized. The data should be deserialized from the SerializationInfo parameter.

Parameters
infoObject containing the serialized data.

Implements Csla.Serialization.Mobile.IMobileObject.


The documentation for this class was generated from the following file: