• Documentation
  • API Reference
Show / Hide Table of Contents
  • Cake.ClickTwice
    • CakeLogger
    • CakeTemplatePublisher
    • ClickTwiceAliases
    • ClickTwiceManager
    • ClickTwiceManagerExtensions
    • ClickTwiceRunner
    • ManifestPublisher
    • PublishException
    • TemplatePackageSettingsExtensions
  • ClickTwice.Handlers.AppDetailsPage
    • AppDetailsPageHandler
  • ClickTwice.Publisher.Core
    • AppInfoManager
    • BasePublishManager
    • CoreExtensions
    • InformationSource
    • IPublishManager
    • Manager
    • ManifestManager
    • OperationType
    • PublishBehaviour
  • ClickTwice.Publisher.Core.Exceptions
    • BuildFailedException
    • HandlerProcessingException
    • OperationInProgressException
  • ClickTwice.Publisher.Core.Handlers
    • AppInfoHandler
    • BuildConfigurator
    • HandlerResponse
    • HandlerResult
    • IBuildConfigurator
    • IHandler
    • IInputHandler
    • InstallPageHandler
    • IOutputHandler
    • PublishPageHandler
  • ClickTwice.Publisher.Core.Loggers
    • ConsoleLogger
    • FileLogger
    • IPublishLogger
  • ClickTwice.Publisher.Core.Manifests
    • AppManifest
    • ContactDetails
    • ExtendedAppInfo
    • LinkList
  • ClickTwice.Publisher.Core.Resources
    • LaunchPage
    • LaunchPageBase
    • LaunchPageBase.ToStringInstanceHelper
    • LaunchPageModel
    • PublishPage
    • PublishPageBase
    • PublishPageBase.ToStringInstanceHelper
  • ClickTwice.Publisher.MSBuild
    • DirectPublisher
    • MSBuildPlatform
    • MSBuildResolver
    • MSBuildToolVersion
    • PlatformTarget
    • PublishManager
  • ClickTwice.Publisher.MSBuild.Loggers
    • BuildMessageLogger
  • ClickTwice.Templating
    • ITemplatePublisher
    • PackagingMode
    • TemplatePackager
    • TemplatePackageSettings
  • ClickTwice.UpdateManager
    • DownloadSize
    • UpdateEventArgs
    • UpdateInfo
    • UpdateManagerViewModel
    • UpdateManagerViewModel.UpdateHandler
  • ScriptCs.ClickTwice
    • ClickTwicePack
    • ClickTwicePackSettings
    • IScriptHost
    • Publisher
    • ScriptPack
    • ScriptTemplatePublisher

Class UpdateManagerViewModel

Inheritance
System.Object
MvvmTools.ViewModelBase
UpdateManagerViewModel
Inherited Members
MvvmTools.ViewModelBase.OnPropertyChanged(System.String)
MvvmTools.ViewModelBase.PropertyChanged
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:ClickTwice.UpdateManager
Assembly:ClickTwice.UpdateManager.dll
Syntax
public class UpdateManagerViewModel : ViewModelBase, INotifyPropertyChanged

Constructors

| Improve this Doc View Source

UpdateManagerViewModel()

Declaration
public UpdateManagerViewModel()

Properties

| Improve this Doc View Source

ApplicationInfoMessage

Declaration
public string ApplicationInfoMessage { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ApplicationName

Declaration
public Func<string> ApplicationName { get; set; }
Property Value
Type Description
System.Func<System.String>
| Improve this Doc View Source

BuildDate

Declaration
public Func<string> BuildDate { get; set; }
Property Value
Type Description
System.Func<System.String>
| Improve this Doc View Source

CheckUpdatesCommand

Declaration
public ICommand CheckUpdatesCommand { get; }
Property Value
Type Description
System.Windows.Input.ICommand
| Improve this Doc View Source

DeploymentInfoMessage

Declaration
public string DeploymentInfoMessage { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IsDeployed

Declaration
public bool IsDeployed { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUpdateAvailable

Declaration
public bool IsUpdateAvailable { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUpdateInProgress

Declaration
public bool IsUpdateInProgress { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

UpdateApplicationCommand

Declaration
public ICommand UpdateApplicationCommand { get; }
Property Value
Type Description
System.Windows.Input.ICommand
| Improve this Doc View Source

UpdateCheckStatusMessage

Declaration
public string UpdateCheckStatusMessage { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

UpdateInfo

Declaration
public UpdateInfo UpdateInfo { get; }
Property Value
Type Description
UpdateInfo
| Improve this Doc View Source

UpdateProgress

Declaration
public int UpdateProgress { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

UpdateProgressMessage

Declaration
public string UpdateProgressMessage { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

OnUpdateComplete()

Declaration
protected virtual void OnUpdateComplete()
| Improve this Doc View Source

OnUpdateStarting()

Declaration
protected virtual void OnUpdateStarting()

Events

| Improve this Doc View Source

UpdateCompleted

Declaration
public event UpdateManagerViewModel.UpdateHandler UpdateCompleted
Event Type
Type Description
UpdateManagerViewModel.UpdateHandler
| Improve this Doc View Source

UpdateStarting

Declaration
public event UpdateManagerViewModel.UpdateHandler UpdateStarting
Event Type
Type Description
UpdateManagerViewModel.UpdateHandler
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 Alistair Chapman