Click or drag to resize
Sandcastle Help File BuilderHelpFileBuilderPlugInExportAttribute Class
This is a custom version of the ExportAttribute that contains metadata for the help file builder plug-ins.
Inheritance Hierarchy

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public sealed class HelpFileBuilderPlugInExportAttribute : ExportAttribute

The HelpFileBuilderPlugInExportAttribute type exposes the following members.

Constructors
  NameDescription
Public methodHelpFileBuilderPlugInExportAttribute
Constructor
Top
Methods
  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsDefaultAttribute
When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
(Inherited from Attribute.)
Public methodMatch
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from Attribute.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyContractName
Gets the contract name that is used to export the type or member marked with this attribute.
(Inherited from ExportAttribute.)
Public propertyContractType
Gets the contract type that is exported by the member that this attribute is attached to.
(Inherited from ExportAttribute.)
Public propertyCopyright
This is used to get or set copyright information for the plug-in
Public propertyDescription
This is used to get or set a brief description of the plug-in
Public propertyId
This read-only property is used to get the plug-in ID
Public propertyIsConfigurable
This is used to get or set whether or not the plug-in is configurable
Public propertyIsHidden
This is used to indicate whether or not the plug-in is hidden in the project plug-in property page
Public propertyRunsInPartialBuild
This is used to get or set whether or not the plug-in runs in partial builds
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Public propertyVersion
This is used to get or set the plug-in version number
Top
See Also