Public Member Functions | |
System.Xml.Schema.XmlSchema | GetSchema () |
void | ReadXml (System.Xml.XmlReader reader) |
RefDataSerializazer () | |
RefDataSerializazer (IXmlRefData data) | |
void | WriteXml (System.Xml.XmlWriter writer) |
Properties | |
IXmlRefData | Data [get] |
wx.Build.RefDataSerializazer.RefDataSerializazer | ( | IXmlRefData | data | ) |
Creates an instance serializing all properties of the argument.
data |
wx.Build.RefDataSerializazer.RefDataSerializazer | ( | ) |
Creates an instance with empty data. Use this to create an instanc e before using ReadXml().
System.Xml.Schema.XmlSchema wx.Build.RefDataSerializazer.GetSchema | ( | ) |
Returns null
.
void wx.Build.RefDataSerializazer.ReadXml | ( | System.Xml.XmlReader | reader | ) |
This will read a full serialization of a IXmlRefData encaspulated into an "instance" element providing assembly and type if the serialized data. This will read data as serialized by WriteXml().
reader |
void wx.Build.RefDataSerializazer.WriteXml | ( | System.Xml.XmlWriter | writer | ) |
This will write an "instance" element including attributes for "assembly" and "type". This element will embed a full serialization of the contained IXmlRefData.
writer | The destination of the serialization. |
IXmlRefData wx.Build.RefDataSerializazer.Data [get] |
The wrapped data.