Implementation of the IReader interface for the XML stream.

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

Syntax

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

Type.createClass(
	'Greatis.FormDesigner.XMLFormReader',
	null,
	Greatis.FormDesigner.IReader,
	IDisposable);

Inheritance Hierarchy

System..::.Object
  Greatis.FormDesigner..::.XMLFormReader

See Also