Click or drag to resize
Sandcastle Help File BuilderMSHelpAttr Class
This represents an MS Help 2 attribute that can be added to the XML data island in each help topic generated by BuildAssembler.
Inheritance Hierarchy

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
[SerializableAttribute]
public class MSHelpAttr : PropertyBasedCollectionItem, IComparable<MSHelpAttr>, 
	INotifyPropertyChanged

The MSHelpAttr type exposes the following members.

Constructors
  NameDescription
Public methodMSHelpAttr
Default constructor
Top
Methods
  NameDescription
Protected methodCheckProjectIsEditable
This is used to see if the project can be edited. If not, abort the change by throwing an exception.
(Inherited from PropertyBasedCollectionItem.)
Public methodCompareTo
Compares this instance to another instance and returns an indication of their relative values.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(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 methodGetHashCode
Get a hash code for this item
(Overrides ObjectGetHashCode.)
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.)
Protected methodOnPropertyChanged
This raises the PropertyChanged event
Public methodToString
Return a string representation of the item
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyAttributeName
This is used to get or set the attribute name
Public propertyAttributeValue
This is used to get or set the attribute value
Public propertyIsDirty
This is used to get or set the dirty state of the item
(Inherited from PropertyBasedCollectionItem.)
Public propertyProjectFile
This is used to get the owning project file
(Inherited from PropertyBasedCollectionItem.)
Top
Events
  NameDescription
Public eventPropertyChanged
The property changed event
Top
See Also