C# Class SemeionModulesDesigner.XmlSchemaParser.XmlWriter

Xml writer used to write data to xml file.
Inheritance: IXmlWriter
ファイルを表示 Open project: janstafa/XsdFormEditor Class Usage Examples

Public Methods

Method Description
WriteXFormToXmlFile ( Stream stream, XForm xForm ) : void

Write data from form to output stream.

Method Details

WriteXFormToXmlFile() public method

Write data from form to output stream.
public WriteXFormToXmlFile ( Stream stream, XForm xForm ) : void
stream System.IO.Stream Output stream.
xForm SemeionModulesDesigner.XmlSchemaParser.XsdModel.XForm XForm with data.
return void