CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Generators.CSharp.TestObjects.EmailAddress Class Reference

Object already implementing IMobileObject that can be used for testing serialization behaviour More...

Inheritance diagram for Csla.Generators.CSharp.TestObjects.EmailAddress:
Csla.Serialization.Mobile.IMobileObject

Public Member Functions

void GetChildren (SerializationInfo info, MobileFormatter formatter)
 Method called by MobileFormatter when an object should serialize its child references. More...
 
void GetState (SerializationInfo info)
 Method called by MobileFormatter when an object should serialize its data. More...
 
void SetChildren (SerializationInfo info, MobileFormatter formatter)
 Method called by MobileFormatter when an object should deserialize its child references. More...
 
void SetState (SerializationInfo info)
 Method called by MobileFormatter when an object should be deserialized. More...
 

Properties

string Email [getset]
 

Detailed Description

Object already implementing IMobileObject that can be used for testing serialization behaviour

Definition at line 20 of file EmailAddress.cs.

Member Function Documentation

◆ GetChildren()

void Csla.Generators.CSharp.TestObjects.EmailAddress.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.

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

Implements Csla.Serialization.Mobile.IMobileObject.

Definition at line 25 of file EmailAddress.cs.

◆ GetState()

void Csla.Generators.CSharp.TestObjects.EmailAddress.GetState ( SerializationInfo  info)

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.

Definition at line 29 of file EmailAddress.cs.

◆ SetChildren()

void Csla.Generators.CSharp.TestObjects.EmailAddress.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.

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

Implements Csla.Serialization.Mobile.IMobileObject.

Definition at line 34 of file EmailAddress.cs.

◆ SetState()

void Csla.Generators.CSharp.TestObjects.EmailAddress.SetState ( SerializationInfo  info)

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.

Definition at line 38 of file EmailAddress.cs.

Property Documentation

◆ Email

string Csla.Generators.CSharp.TestObjects.EmailAddress.Email
getset

Definition at line 23 of file EmailAddress.cs.