Table of Contents

TransformDocumentDumpComponent.Factory Class

Definition

Namespace
Sandcastle.Tools.BuildComponents
Assembly
Sandcastle.Tools.BuildComponents.dll

This is used to create a new instance of the build component

[BuildComponentExport("Transform Document Dump Component", IsVisible = true, Version = "2025.9.30.0", Copyright = "Portions Copyright © 2006-2025, Microsoft Corporation, All Rights Reserved.\r\nAll other code Copyright © 2006-2025, Eric Woodruff, All Rights Reserved.", Description = "This is a presentation style development aid.  It saves the pre-transformed content of each document to a file in the .\\RawDocs subfolder and the transformed content to a file in the .\\TransformedDocs subfolder in the project's working folder.  These files can be used for testing presentation style transforms without having to do a full project build and comparing the output.")]
public sealed class TransformDocumentDumpComponent.Factory : BuildComponentFactory
Inheritance
TransformDocumentDumpComponent.Factory

Constructors

Factory()

Constructor

Properties

ConceptualBuildPlacement

This is used to get or set a placement action for conceptual content builds

(Inherited from BuildComponentFactory)
DefaultConfiguration

This read-only property can be overridden to define a default configuration for the build component

Dependencies

This read-only property can be overridden to provide a list of build components on which this component depends.

(Inherited from BuildComponentFactory)
ReferenceBuildPlacement

This is used to get or set a placement action for reference content builds

(Inherited from BuildComponentFactory)

Methods

Create()

This is implemented to provide a build component factory