DataDirect XML Converters 5.0 Send comments on this topic.
TextWriterResult Class
See Also  Members  
DDTek.XmlConverter Namespace : TextWriterResult Class




A TextWriterResult can be used to accept either non-XML or XML result data from a Converter.

Syntax

Visual Basic (Declaration) 
Public Class TextWriterResult 
   Inherits Result
Visual Basic (Usage)Copy Code
Dim instance As TextWriterResult
C# 
public class TextWriterResult : Result 
Managed Extensions for C++ 
public __gc class TextWriterResult : public Result 
C++/CLI 
public ref class TextWriterResult : public Result 

Remarks

The TextWriterResult should contain a TextWriter. The Converter will write character data to the TextWriter but will not close it.

Inheritance Hierarchy

System.Object
   DDTek.XmlConverter.Result
      DDTek.XmlConverter.TextWriterResult

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.