Implementation of the IWriter and ILazyWrite interface for the XML stream
Namespace:
Greatis.FormDesignerAssembly: 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); |