Click or drag to resize
Sandcastle Help File BuilderIndexedCommentsCache Class
This is used to cache indexed XML comments files
Inheritance Hierarchy
SystemObject
  SandcastleBuilder.Utils.InheritedDocumentationIndexedCommentsCache

Namespace: SandcastleBuilder.Utils.InheritedDocumentation
Assemblies:  GenerateInheritedDocs (in GenerateInheritedDocs.exe) Version: 2014.11.22.0
  SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public class IndexedCommentsCache

The IndexedCommentsCache type exposes the following members.

Constructors
  NameDescription
Public methodIndexedCommentsCache
Constructor
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetKeys
This returns an enumerable list of all key values from the specified XML file based on the expressions for this cache.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValues
This returns an enumerable list of all key/value pairs from the specified XML file based on the expressions for this cache.
Public methodIndexCommentsFiles
Index all comments files found in the specified folder.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnReportWarning
This is used to raise the ReportWarning event
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAllKeys
This read-only property returns all keys in the index
Public propertyFilesIndexed
This read-only property returns the number of comments files that were indexed
Public propertyIndexCount
This read-only property returns the number of items indexed
Public propertyItem
This read-only property returns the comments for the specified key
Public propertyShowDuplicatesWarning
This is used to get or set whether or not duplicate entry warnings are generated
Top
Events
  NameDescription
Public eventReportWarning
This is used by the cache to report duplicate key warnings
Top
See Also