Auto |
public class AutoUpdateSettings : ICopyFrom, ICloneable
The AutoUpdateSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoUpdateSettings | Initializes a new instance of the AutoUpdateSettings class with default values. | |
| AutoUpdateSettings(AutoUpdateSettings) | Initializes a new instance of the AutoUpdateSettings class |
| Name | Description | |
|---|---|---|
| ConfirmInstallation | Gets or sets a value indicating whether the user has to confirm the installation of a new version | |
| DownloadIntervalInDays | Gets or sets the download interval in days. | |
| DownloadUnstableVersion | Gets or sets a value indicating whether to download only stable versions or to download stable and unstable versions. | |
| EnableAutoUpdates | Gets or sets a value indicating whether to globally enable auto updates or not. | |
| InstallationWindowClosingTime | ||
| InstallAtShutdown | Gets or sets a value indicating whether to install a new version of Altaxo at shutdown of Altaxo. | |
| InstallAtStartup | Gets or sets a value indicating whether to install a new version of Altaxo at startup of Altaxo. | |
| ShowDownloadWindow | Gets or sets a value indicating whether to show the download window. | |
| ShowInstallationWindow | 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. |
| Name | Description | |
|---|---|---|
| Clone | ||
| CopyFrom | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| PropertyKeyAutoUpdate |