Click or drag to resize
Sandcastle Help File BuilderReferenceItem Class
This represents a reference item that can be used by MRefBuilder to locate assembly dependencies for the assemblies being documented.
Inheritance Hierarchy

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public class ReferenceItem : BaseBuildItem, 
	ICustomTypeDescriptor

The ReferenceItem type exposes the following members.

Methods
  NameDescription
Public methodEquals
See if specified item equals this one by name alone
(Overrides ObjectEquals(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 methodGetAttributes
Returns a collection of custom attributes for this instance of a component.
Public methodGetClassName
Returns the class name of this instance of a component.
Public methodGetComponentName
Returns the name of this instance of a component.
Public methodGetConverter
Returns a type converter for this instance of a component.
Public methodGetDefaultEvent
Returns the default event for this instance of a component.
Public methodGetDefaultProperty
Returns the default property for this instance of a component.
Public methodGetEditor
Returns an editor of the specified type for this instance of a component.
Public methodGetEvents
Returns the events for this instance of a component.
Public methodGetEvents(Attribute)
Returns the events for this instance of a component using the specified attribute array as a filter.
Public methodGetHashCode
Get a hash code for this item
(Overrides ObjectGetHashCode.)
Public methodGetProperties
Returns the properties for this instance of a component.
Public methodGetProperties(Attribute)
Returns the properties for this instance of a component using the attribute array as a filter.
Public methodGetPropertyOwner
Returns an object that contains the property described by the specified property descriptor.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Return a string representation of the item
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyHintPath
This is used to set or path to the dependency
Public propertyProjectElement
This returns the project element associated with the instance
(Inherited from BaseBuildItem.)
Public propertyReference
This is used to get the reference description
Top
See Also