OutputAdapter

OutputAdapter class

Represents the base class of an output adapter that is used to collect an output in a generalized form. The currently available adapters are FileOutputAdapter, StreamOutputAdapter, StructureOutputAdapter, and StringOutputAdapter.

public abstract class OutputAdapter : ResultBuilderFactory

Properties

Name Description
OutputFormat { get; } Gets the output format.

Remarks

Learn more

See Also