Click or drag to resize
Sandcastle Help File BuilderESentResolveReferenceLinksComponent Methods

The ESentResolveReferenceLinksComponent type exposes the following members.

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
See Also