WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.FX.MatrixFX.BitmapShapes.ShapeList Class Reference
Inheritance diagram for DirectOutput.FX.MatrixFX.BitmapShapes.ShapeList:
DirectOutput.General.Generic.NamedItemList< Shape >

Public Member Functions

void WriteXml (XmlWriter writer)
 Serializes the ShapeDefinition objects in this list to Xml. ShapeDefinition objects are serialized as the contained objects. The enclosing tags represent the object type WriteXml is part of the IXmlSerializable interface. More...
 
void ReadXml (XmlReader reader)
 Deserializes the ShapeDefinition objects in the XmlReader The ShapeDefinition objects are deserialized using the object name in the enclosing tags. 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< Shape >
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< Shape >
this[string Name] [get]
 Indexer returning the Item with the specified name. More...
 

Detailed Description

Definition at line 11 of file ShapeList.cs.

Member Function Documentation

System.Xml.Schema.XmlSchema DirectOutput.FX.MatrixFX.BitmapShapes.ShapeList.GetSchema ( )

Method is required by the IXmlSerializable interface

Returns
Returns always null

Definition at line 79 of file ShapeList.cs.

void DirectOutput.FX.MatrixFX.BitmapShapes.ShapeList.ReadXml ( XmlReader  reader)

Deserializes the ShapeDefinition objects in the XmlReader The ShapeDefinition objects are deserialized using the object name in the enclosing tags. ReadXml is part of the IXmlSerializable interface.

Definition at line 39 of file ShapeList.cs.

void DirectOutput.FX.MatrixFX.BitmapShapes.ShapeList.WriteXml ( XmlWriter  writer)

Serializes the ShapeDefinition objects in this list to Xml. ShapeDefinition objects are serialized as the contained objects. The enclosing tags represent the object type WriteXml is part of the IXmlSerializable interface.

Definition at line 21 of file ShapeList.cs.


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