Click or drag to resize

ShfbLatexComponentFactory Class

This is used to create a new instance of the build component
Inheritance Hierarchy
SystemObject
  BuildComponentFactory
    Novacta.Documentation.ShfbToolsShfbLatexComponentFactory

Namespace:  Novacta.Documentation.ShfbTools
Assembly:  Novacta.Documentation.ShfbLatexComponent (in Novacta.Documentation.ShfbLatexComponent.dll) Version: 2021.4.9.0

The ShfbLatexComponentFactory type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyConceptualBuildPlacement
This is used to get or set a placement action for conceptual content builds
(Inherited from BuildComponentFactory.)
Public propertyDefaultConfiguration
This read-only property can be overridden to define a default configuration for the build component
(Overrides BuildComponentFactory.DefaultConfiguration.)
Public propertyDependencies
This read-only property can be overridden to provide a list of build components on which this component depends.
(Inherited from BuildComponentFactory.)
Public propertyReferenceBuildPlacement
This is used to get or set a placement action for reference content builds
(Inherited from BuildComponentFactory.)
Top
Methods
  NameDescription
Public methodConfigureComponent
This method can be overridden to let configuration tools allow the user to edit the component configuration.
(Overrides BuildComponentFactory.ConfigureComponent(String, CompositionContainer).)
Public methodCreate
This is implemented to provide a build component factory
(Overrides BuildComponentFactory.Create.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also