Click or drag to resize
Sandcastle Help File BuilderVersionSettings Class
This represents version settings for the VersionBuilderPlugIn.
Inheritance Hierarchy
SystemObject
  SandcastleBuilder.PlugInsVersionSettings

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax
public class VersionSettings

The VersionSettings type exposes the following members.

Constructors
  NameDescription
Public methodVersionSettings
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 methodStatic memberFromXPathNavigator
Create a version settings instance from an XPath navigator containing the settings.
Public methodGetHashCode
This is overridden to return the hash code of the combined framework and version number.
(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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToXml
Store the version settings as a node in the given XML document
Top
Properties
  NameDescription
Public propertyFrameworkLabel
This is used to get or set the framework label for the related project.
Public propertyHelpFileProject
This is used to get or set the path to the help file builder project used to generate version information.
Public propertyListDescription
This returns a description of the entry suitable for display in a bound list control.
Public propertyRipOldApis
Gets or sets a value indicating whether to remove old APIs from the final output.
Public propertyVersion
This is used to get or set the version number description for the related project.
Top
See Also