C# Class Winkle.UpdateInfo

Show file Open project: seboslaw/Winkle Class Usage Examples

Public Properties

Property Type Description
changeLog List
errorCode int
errorDescription string
errorTitle string
manualDownloadUrl System.Uri
updateAvailable bool
updateBuild int
updateInfoRetrievalSuccessfull bool
updateIsBeta bool
updateMajor int
updateMinor int
updateRevision int

Property Details

changeLog public property

public List changeLog
return List

errorCode public property

public int errorCode
return int

errorDescription public property

public string errorDescription
return string

errorTitle public property

public string errorTitle
return string

manualDownloadUrl public property

public Uri,System manualDownloadUrl
return System.Uri

updateAvailable public property

public bool updateAvailable
return bool

updateBuild public property

public int updateBuild
return int

updateInfoRetrievalSuccessfull public property

public bool updateInfoRetrievalSuccessfull
return bool

updateIsBeta public property

public bool updateIsBeta
return bool

updateMajor public property

public int updateMajor
return int

updateMinor public property

public int updateMinor
return int

updateRevision public property

public int updateRevision
return int