Click or drag to resize
Sandcastle Help File BuilderSqlCopyFromIndexComponentSqlCommentsIndexDataComponentFactory Class
This is used to create a new instance of the build component used for comments index data
Inheritance Hierarchy
SystemObject
  Sandcastle.Core.BuildAssembler.BuildComponentBuildComponentFactory
    SandcastleBuilder.ComponentsSqlCopyFromIndexComponentSqlCommentsIndexDataComponentFactory

Namespace: SandcastleBuilder.Components
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public sealed class SqlCommentsIndexDataComponentFactory : BuildComponentFactory

The SqlCopyFromIndexComponentSqlCommentsIndexDataComponentFactory type exposes the following members.

Constructors
Methods
  NameDescription
Public methodConfigureComponent
This method can be overridden to let configuration tools allow the user to edit the component configuration.
(Overrides BuildComponentFactoryConfigureComponent(String, CompositionContainer).)
Public methodCreate
This is implemented to provide a build component factory
(Overrides BuildComponentFactoryCreate.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(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
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 BuildComponentFactoryDefaultConfiguration.)
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
See Also