Click or drag to resize
UpdateInformation Class
Contains information about an update available for download or installation.
Inheritance Hierarchy
SystemObject
  Kjs.AppLife.Update.ControllerUpdateInformation

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 UpdateInformation

The UpdateInformation type exposes the following members.

Methods
  NameDescription
Public methodAppliesToVersion
Determines whether the update applies to the specified version.
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 propertyAllowChaining
Gets a value that indicates whether further updates can be changed from the update.
Public propertyCustomData
Gets custom data for the update.
Public propertyFileSize
Gets the size, in bytes, of the update package file.
Public propertyHistoricalSummary
Gets the historical summary text for the update, including summaries for all updates between the current version and the update's version.
Public propertyHistoricalSummaryHtml
Gets the HTML historical summary text for the update, including summaries for all updates between the current version and the update's version.
Public propertyIsDownloaded
Gets a value indicating whether the update has been downloaded.
Public propertyOverrideElevationType
Gets the elevation type that will be used when applying this update, or if the setting specified on the controller will be used.
Public propertyPostedDate
Gets the date and time the update was posted in local time.
Public propertyPostedDateUtc
Gets the date and time the update was posted in coordinated universal time (UTC).
Public propertySimpleSummary
Gets the summary text for the update.
Public propertySimpleSummaryHtml
Gets the HTML summary text for the update.
Public propertyTranslatedHistoricalSummary
Gets the translated historical summary text for the update, including summaries for all updates between the current version and the update's version.
Public propertyTranslatedHistoricalSummaryHtml
Gets the translated HTML historical summary text for the update, including summaries for all updates between the current version and the update's version.
Public propertyTranslatedSimpleSummary
Gets any available localized translations of the summary text for this update.

Field Value

Type: 
A dictionary of any available localized translations of the summary text for this update.
Remarks
If no alternate translations were provided, this dictionary will be empty. Default is en-us.
Public propertyTranslatedSimpleSummaryHtml
Gets any available localized translations of the html summary text for this update.

Field Value

Type: 
A dictionary of any available localized translations of the html summary text for this update.
Remarks
If no alternate translations were provided, this dictionary will be empty. Default is en-us.
Public propertyVersion
Gets the version of the available update.
Top
See Also