Table of Contents

BuildComponentFactory.BuildAssembler Property

Definition

Namespace
Sandcastle.Core.BuildAssembler.BuildComponent
Assembly
Sandcastle.Core.dll

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

[Import(typeof(IBuildAssembler), AllowDefault = true)]
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.