Language Specific Text ComponentFactory Class
This is used to create a new instance of the build component
Definition
Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public sealed class Factory : BuildComponentFactoryVB
Public NotInheritable Class Factory
Inherits BuildComponentFactoryC++
public ref class Factory sealed : public BuildComponentFactoryF#
[<SealedAttribute>]
type Factory =
class
inherit BuildComponentFactory
end- Inheritance
- Object BuildComponentFactory LanguageSpecificTextComponentFactory
Constructors
| LanguageSpecificTextComponentFactory | Initializes a new instance of the LanguageSpecificTextComponentFactory class |
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
(Inherited from BuildComponentFactory) |
| 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
(Overrides BuildComponentFactoryCreate) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |