A markup document writer that falls back to a different writer for certain operations when its primary markup document writer is closed.

Namespace:  Gallio.Common.Markup
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class FallbackMarkupDocumentWriter : MarkupDocumentWriter
Visual Basic (Declaration)
Public Class FallbackMarkupDocumentWriter _
	Inherits MarkupDocumentWriter

Remarks

Not all operations are delegated to the fallback writer. Some, such as embedding attachments and entering or exiting nested scopes, are excluded due to potential errors that may occur because the fallback writer may not have seen the previous operation to add the attachment or enter the scope.

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    Gallio.Common.Markup..::.MarkupDocumentWriter
      Gallio.Common.Markup..::.FallbackMarkupDocumentWriter

See Also