DirectOuput Framework R2
DirectOutput framework R2 for virtual pinball cabinets
Go to:
Overview 
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.General.Color.ColorList Class Reference

List for Color objects More...

Inheritance diagram for DirectOutput.General.Color.ColorList:
Collaboration diagram for DirectOutput.General.Color.ColorList:

Public Member Functions

void WriteXml (XmlWriter writer)
 Serializes the Color objects in this list to Xml.
WriteXml is part of the IXmlSerializable interface. More...
 
void ReadXml (XmlReader reader)
 Deserializes the Color objects in the XmlReader.
ReadXml is part of the IXmlSerializable interface. More...
 
System.Xml.Schema.XmlSchema GetSchema ()
 Method is required by the IXmlSerializable interface More...
 

Detailed Description

List for Color objects

Definition at line 12 of file ColorList.cs.

Member Function Documentation

System.Xml.Schema.XmlSchema DirectOutput.General.Color.ColorList.GetSchema ( )
inline

Method is required by the IXmlSerializable interface

Returns
Returns always null

Definition at line 72 of file ColorList.cs.

void DirectOutput.General.Color.ColorList.ReadXml ( XmlReader  reader)
inline

Deserializes the Color objects in the XmlReader.
ReadXml is part of the IXmlSerializable interface.

Definition at line 37 of file ColorList.cs.

void DirectOutput.General.Color.ColorList.WriteXml ( XmlWriter  writer)
inline

Serializes the Color objects in this list to Xml.
WriteXml is part of the IXmlSerializable interface.

Definition at line 20 of file ColorList.cs.


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