C# Class Winkle.UpdateInfo

ファイルを表示 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_oe property

public List changeLog
return List

errorCode public_oe property

public int errorCode
return int

errorDescription public_oe property

public string errorDescription
return string

errorTitle public_oe property

public string errorTitle
return string

manualDownloadUrl public_oe property

public Uri,System manualDownloadUrl
return System.Uri

updateAvailable public_oe property

public bool updateAvailable
return bool

updateBuild public_oe property

public int updateBuild
return int

updateInfoRetrievalSuccessfull public_oe property

public bool updateInfoRetrievalSuccessfull
return bool

updateIsBeta public_oe property

public bool updateIsBeta
return bool

updateMajor public_oe property

public int updateMajor
return int

updateMinor public_oe property

public int updateMinor
return int

updateRevision public_oe property

public int updateRevision
return int