Click or drag to resize
Sandcastle Help File BuilderSqlCopyFromIndexComponent Class
This is a version of the CopyFromIndexComponent that stores the index data in a persistent SQL database.
Inheritance Hierarchy
SystemObject
  Sandcastle.Core.BuildAssembler.BuildComponentBuildComponentCore
    Microsoft.Ddue.ToolsCopyFromIndexComponent
      SandcastleBuilder.ComponentsSqlCopyFromIndexComponent

Namespace: SandcastleBuilder.Components
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public class SqlCopyFromIndexComponent : CopyFromIndexComponent

The SqlCopyFromIndexComponent type exposes the following members.

Constructors
  NameDescription
Protected methodSqlCopyFromIndexComponent
Constructor
Top
Methods
  NameDescription
Public methodApply
This abstract method must be overridden to apply the build component's changes to the specified document.
(Inherited from CopyFromIndexComponent.)
Protected methodCreateIndex
This is used to create the index cache
(Overrides CopyFromIndexComponentCreateIndex(XPathNavigator).)
Public methodDispose
This implements the Dispose() interface to properly dispose of the build component.
(Inherited from BuildComponentCore.)
Protected methodDispose(Boolean)
This can be overridden by derived classes to add their own disposal code if necessary.
(Inherited from CopyFromIndexComponent.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
This handles garbage collection to ensure proper disposal of the build component if not done explicitly with Dispose.
(Inherited from BuildComponentCore.)
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 methodInitialize
This abstract method must be overridden to initialize the component
(Overrides CopyFromIndexComponentInitialize(XPathNavigator).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnComponentEvent
This can be used to raise the ComponentEvent event with the specified event arguments.
(Inherited from BuildComponentCore.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteMessage(MessageLevel, String, Object)
This can be used to report a message
(Inherited from BuildComponentCore.)
Public methodWriteMessage(String, MessageLevel, String, Object)
This can be used to report a message for a specific topic ID
(Inherited from BuildComponentCore.)
Top
Properties
  NameDescription
Public propertyBuildAssembler
This read-only property returns a reference to the build assembler instance using the component
(Inherited from BuildComponentCore.)
Protected propertyContext
This read-only property returns the context to use for the index when evaluating XPath expressions
(Inherited from CopyFromIndexComponent.)
Public propertyIsThreadSafe
Reserved for future use
(Inherited from BuildComponentCore.)
Top
See Also