[]
Defines the base class for Writer.
public abstract class BaseWriter : Operation, IDisposable
Name | Description |
---|---|
BaseWriter(IContext, IAttributeHelper, TextWriter) | Creates an instance of BaseWriter |
Name | Description |
---|---|
WriteObject(object, BaseConverter) | Writes the object. |
WriteText(string) | Writes a text value. |