VersionSettings Class

This represents version settings for the VersionBuilderPlugIn.

Definition

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.2.18.0
public class VersionSettings : INotifyPropertyChanged
Inheritance
Object    VersionSettings
Implements
INotifyPropertyChanged

Constructors

VersionSettings Constructor

Properties

ErrorMessage This read-only property returns an error message describing any issues with the settings
FrameworkLabel This is used to get or set the framework label for the related project.
HelpFileProject This is used to get or set the path to the help file builder project used to generate version information.
UniqueId This read-only property returns a unique ID for the item
Version This is used to get or set the version number description for the related project
VersionInfoDescription This read-only property returns a description of the settings

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FromXml Create a version settings instance from an XML element containing the settings
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnPropertyChanged This raises the PropertyChanged event
ToStringReturns a string that represents the current object.
(Inherited from Object)
ToXml Store the version settings in an XML element

Events

PropertyChanged The property changed event

See Also