Class UpdateInfo
Encapsulates information about a concrete software update.
Namespace: Sartorius.SAF.Infrastructure.SoftwareUpdate
Assembly: Sartorius.SAF.dll
Syntax
public class UpdateInfo
Constructors
View SourceUpdateInfo(string, Version, UpdateLocation)
Initializes a new instance of the UpdateInfo class.
Declaration
public UpdateInfo(string fileName, Version version, UpdateLocation fileLocation)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fileName | |
| Version | version | |
| UpdateLocation | fileLocation |
Properties
View SourceFileName
The file name of the software update.
Declaration
public string FileName { get; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateLocation
The UpdateLocation of the file.
Declaration
public UpdateLocation UpdateLocation { get; }
Property Value
| Type | Description |
|---|---|
| UpdateLocation |
Version
The Version of the software update.
Declaration
public Version Version { get; }
Property Value
| Type | Description |
|---|---|
| Version |