Click or drag to resize
Sandcastle Help File BuilderESentResolveReferenceLinksComponent Class
This is a version of the ResolveReferenceLinksComponent that stores the MSDN content IDs and the framework targets in persistent ESENT databases.
Inheritance Hierarchy
SystemObject
  Sandcastle.Core.BuildAssembler.BuildComponentBuildComponentCore
    Microsoft.Ddue.ToolsResolveReferenceLinksComponent
      SandcastleBuilder.ComponentsESentResolveReferenceLinksComponent

Namespace: SandcastleBuilder.Components
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public class ESentResolveReferenceLinksComponent : ResolveReferenceLinksComponent

The ESentResolveReferenceLinksComponent type exposes the following members.

Constructors
  NameDescription
Protected methodESentResolveReferenceLinksComponent
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 ResolveReferenceLinksComponent.)
Protected methodCreateMsdnResolver
This is overridden to allow use of an ESENT backed MSDN content ID cache
(Overrides ResolveReferenceLinksComponentCreateMsdnResolver(XPathNavigator).)
Public methodCreateTargetDictionary
This is overridden to create a target dictionary that utilizes an ESENT database for persistence
(Overrides ResolveReferenceLinksComponentCreateTargetDictionary(XPathNavigator).)
Public methodDispose
This implements the Dispose() interface to properly dispose of the build component.
(Inherited from BuildComponentCore.)
Protected methodDispose(Boolean)
This is overridden to save the updated cache information and dispose of target information
(Inherited from ResolveReferenceLinksComponent.)
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 ResolveReferenceLinksComponentInitialize(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 methodUpdateMsdnContentIdCache
This is overridden to report the persistent cache information
(Overrides ResolveReferenceLinksComponentUpdateMsdnContentIdCache.)
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.)
Public propertyIsThreadSafe
Reserved for future use
(Inherited from BuildComponentCore.)
Protected propertyMsdnResolver
This read-only property returns the MSDN resolver instance
(Inherited from ResolveReferenceLinksComponent.)
Protected propertyTargets
This read-only property returns the target type dictionary
(Inherited from ResolveReferenceLinksComponent.)
Top
See Also