Click or drag to resize
LoggedUpdate Class
Represents a past update, with information read from its log.
Inheritance Hierarchy
SystemObject
  Kjs.AppLife.Update.ControllerLoggedUpdate

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public class LoggedUpdate

The LoggedUpdate type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyApplicationId
Gets the Application ID for the logged update.
Public propertyCustomData
Gets the custom data for the update, or if no information about the update's custom data could be found in the log.
Public propertyElevationType
Gets the elevation the update was applied with, or if no information about the update's elevation could be found in the log.
Public propertyEndTime
Gets the last recorded time of the update.
Public propertyLogPath
Gets the path to the update's log file.
Public propertyResult
Gets the result of the update, or if no information about the update's result could be found in the log.
Public propertyStartingVersion
Gets the version of the application that applied the update, or if the application's version could not be found.
Public propertyStartTime
Gets the first recorded time of the update.
Public propertySummaryText
Gets the summary text for the update, or if no information about the update's summary text could be found in the log.
Public propertyUpdateVersion
Gets the version of the update, or if the update's version could not be found.
Top
See Also