Search Results for

    Show / Hide Table of Contents

    Class AutoUpdaterViewModel

    Inheritance
    System.Object
    AutoUpdaterViewModel
    Namespace: Simplic.Installer
    Assembly: Simplic.Installer.dll
    Syntax
    public class AutoUpdaterViewModel : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    AvailableVersion

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

    CurrentVersion

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

    DownloadPercentage

    Declaration
    public double DownloadPercentage { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    DownloadProgressText

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

    EnableClose

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

    EnableInstall

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

    EnableStart

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

    ErrorVisibility

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

    Host

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

    InstallationProgress

    Declaration
    public double InstallationProgress { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    InstallationProgressText

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

    IsProcessRunning

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

    MessageText

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

    Port

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

    SuccessVisibility

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

    WarningVisibility

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

    WindowHandle

    Declaration
    public IntPtr WindowHandle { get; set; }
    Property Value
    Type Description
    IntPtr

    Methods

    | Improve this Doc View Source

    HideMessages()

    Declaration
    public void HideMessages()
    | Improve this Doc View Source

    Install()

    Declaration
    public void Install()
    | Improve this Doc View Source

    RaisePropertyChanged(String)

    Raise property changed event

    Declaration
    public void RaisePropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName
    | Improve this Doc View Source

    SetErrorMessage(String)

    Declaration
    public void SetErrorMessage(string message)
    Parameters
    Type Name Description
    System.String message
    | Improve this Doc View Source

    SetSuccessMessage(String)

    Declaration
    public void SetSuccessMessage(string message)
    Parameters
    Type Name Description
    System.String message
    | Improve this Doc View Source

    SetWarningMessage(String)

    Declaration
    public void SetWarningMessage(string message)
    Parameters
    Type Name Description
    System.String message

    Events

    | Improve this Doc View Source

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx