Click or drag to resize

AutoUpdateSettings Class

Maintains the settings for the Altaxo auto update feature.
Inheritance Hierarchy
SystemObject
  Altaxo.SettingsAutoUpdateSettings

Namespace: Altaxo.Settings
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class AutoUpdateSettings : ICopyFrom, 
	ICloneable

The AutoUpdateSettings type exposes the following members.

Constructors
 NameDescription
Public methodAutoUpdateSettingsInitializes a new instance of the AutoUpdateSettings class with default values.
Public methodAutoUpdateSettings(AutoUpdateSettings)Initializes a new instance of the AutoUpdateSettings class
Top
Properties
 NameDescription
Public propertyConfirmInstallation Gets or sets a value indicating whether the user has to confirm the installation of a new version
Public propertyDownloadIntervalInDaysGets or sets the download interval in days.
Public propertyDownloadUnstableVersionGets or sets a value indicating whether to download only stable versions or to download stable and unstable versions.
Public propertyEnableAutoUpdatesGets or sets a value indicating whether to globally enable auto updates or not.
Public propertyInstallationWindowClosingTime 
Public propertyInstallAtShutdownGets or sets a value indicating whether to install a new version of Altaxo at shutdown of Altaxo.
Public propertyInstallAtStartupGets or sets a value indicating whether to install a new version of Altaxo at startup of Altaxo.
Public propertyShowDownloadWindowGets or sets a value indicating whether to show the download window.
Public propertyShowInstallationWindow Gets or sets a value indicating whether to show installation window. If false, the installation window will only be shown up if an error occurs.
Top
Methods
 NameDescription
Public methodClone 
Public methodCopyFrom 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberPropertyKeyAutoUpdate 
Top
See Also