Show / Hide Table of Contents

Class UpdateInfo

Encapsulates information about a concrete software update.

Inheritance
System.Object
UpdateInfo
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String fileName
System.Version version
UpdateLocation fileLocation

Properties

View Source

FileName

The file name of the software update.

Declaration
public string FileName { get; }
Property Value
Type Description
System.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
System.Version

Extension Methods

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