Show / Hide Table of Contents

Class UpdateInfo

Encapsulates information about a concrete software update.

Inheritance
object
UpdateInfo
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Infrastructure.SoftwareUpdate
Assembly: Sartorius.SAF.dll
Syntax
public class UpdateInfo

Constructors

View Source

UpdateInfo(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 Source

FileName

The file name of the software update.

Declaration
public string FileName { get; }
Property Value
Type Description
string
View Source

UpdateLocation

The UpdateLocation of the file.

Declaration
public UpdateLocation UpdateLocation { get; }
Property Value
Type Description
UpdateLocation
View Source

Version

The Version of the software update.

Declaration
public Version Version { get; }
Property Value
Type Description
Version

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX