WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.General.Color.ColorList Class Reference

List for Color objects More...

Inheritance diagram for DirectOutput.General.Color.ColorList:
DirectOutput.General.Generic.NamedItemList< RGBAColorNamed >

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...
 
- Public Member Functions inherited from DirectOutput.General.Generic.NamedItemList< RGBAColorNamed >
bool Contains (string Name)
 Checks if a INamedItem object with the specified name exists in the list. More...
 
new void Sort ()
 Sorts the NamedItemList by the Name of the items. More...
 
 NamedItemList ()
 Initializes a new instance of the NamedItemList<T> class. More...
 
 NamedItemList (IEnumerable< T > EnumerableList)
 Initializes a new instance of the NamedItemList<T> class. More...
 

Additional Inherited Members

- Properties inherited from DirectOutput.General.Generic.NamedItemList< RGBAColorNamed >
this[string Name] [get]
 Indexer returning the Item with the specified name. 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 ( )

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)

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)

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: