BuildComponentFactoryBuildAssembler Property

This is used to import the build assembler instance that is passed to the build component when it is created.

Definition

Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
protected IBuildAssembler BuildAssembler { get; set; }

Property Value

IBuildAssembler
This may be null when used in a configuration tool which only needs access to the configuration methods on the factory class.

See Also