Click or drag to resize
Sandcastle Help File BuilderConvertFromMSExampleGui Class
This class is used to convert the Microsoft example Sandcastle GUI project files to the MSBuild format project files used by the help file builder.
Inheritance Hierarchy
SystemObject
  SandcastleBuilder.Utils.ConversionConvertToMSBuildFormat
    SandcastleBuilder.Utils.ConversionConvertFromMSExampleGui

Namespace: SandcastleBuilder.Utils.Conversion
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public class ConvertFromMSExampleGui : ConvertToMSBuildFormat

The ConvertFromMSExampleGui type exposes the following members.

Constructors
Methods
  NameDescription
Public methodConvertProject
This is used to perform the actual conversion
(Overrides ConvertToMSBuildFormatConvertProject.)
Protected methodCreateFolderItems
This can be called after all additional content has been added to create the Folder build items in the project.
(Inherited from ConvertToMSBuildFormat.)
Public methodDispose
This implements the Dispose() interface to properly dispose of the Sandcastle project object.
(Inherited from ConvertToMSBuildFormat.)
Protected methodDispose(Boolean)
This can be overridden by derived classes to add their own disposal code if necessary.
(Inherited from ConvertToMSBuildFormat.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
This handles garbage collection to ensure proper disposal of the Sandcastle project if not done explicity with Dispose.
(Inherited from ConvertToMSBuildFormat.)
Protected methodFullPath
This converts a relative path to a full path using the old project's folder.
(Inherited from ConvertToMSBuildFormat.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
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 methodSetProperty
This is used to set the named property to the specified value using Reflection.
(Inherited from ConvertToMSBuildFormat.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Protected propertyOldFolder
Get the old project folder
(Inherited from ConvertToMSBuildFormat.)
Protected propertyOldProjectFile
Get the old project filename
(Inherited from ConvertToMSBuildFormat.)
Protected propertyProject
Get the new project
(Inherited from ConvertToMSBuildFormat.)
Protected propertyProjectFolder
Get the new project folder
(Inherited from ConvertToMSBuildFormat.)
Protected propertyReader
An XML reader isn't used by this converter
(Overrides ConvertToMSBuildFormatReader.)
Top
See Also