C# Class Gopi.SerializableMailMessage

Represents a serializable mail message.
Inheritance: IXmlSerializable
Show file Open project: keyvan/Gopi

Public Methods

Method Description
GetSchema ( ) : XmlSchema

Implementation of GetSchema for serialization

ReadXml ( XmlReader reader ) : void

Implementation of ReadXml for serialization

SerializableMailMessage ( ) : System

Public consturctor

WriteXml ( XmlWriter writer ) : void

Implementation of WriteXml for serialization

Private Methods

Method Description
GetConfigSection ( XmlDocument xml, string nodePath ) : XmlNode

REturns a specific node in the serialized XML

Method Details

GetSchema() public method

Implementation of GetSchema for serialization
public GetSchema ( ) : XmlSchema
return System.Xml.Schema.XmlSchema

ReadXml() public method

Implementation of ReadXml for serialization
public ReadXml ( XmlReader reader ) : void
reader XmlReader XmlReader that contains the data of serialized object
return void

SerializableMailMessage() public method

Public consturctor
public SerializableMailMessage ( ) : System
return System

WriteXml() public method

Implementation of WriteXml for serialization
public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter XmlWriter that can be used to serialize the object
return void