Implementation of the IWriter and ILazyWrite interface for the XML stream

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)

Syntax

Visual Basic (Declaration)
Public Class XMLFormWriter _
	Implements IWriter, IDisposable, ILazyWrite
C#
public class XMLFormWriter : IWriter, 
	IDisposable, ILazyWrite
Visual C++
public ref class XMLFormWriter : IWriter, 
	IDisposable, ILazyWrite
JavaScript
Greatis.FormDesigner.XMLFormWriter = function();

Type.createClass(
	'Greatis.FormDesigner.XMLFormWriter',
	null,
	Greatis.FormDesigner.IWriter,
	IDisposable,
	Greatis.FormDesigner.ILazyWrite);

Inheritance Hierarchy

System..::.Object
  Greatis.FormDesigner..::.XMLFormWriter

See Also