Search Results for

    Show / Hide Table of Contents

    Class ChangeUserPasswordViewModel

    View model for password change dialog window

    Inheritance
    System.Object
    ChangeUserPasswordViewModel
    Implements
    IUserDialogViewModel
    IDialogViewModel
    Namespace: Simplic.User.UI
    Assembly: Simplic.User.UI.dll
    Syntax
    public class ChangeUserPasswordViewModel : UI.MVC.ViewModelBase, IUserDialogViewModel, IDialogViewModel

    Constructors

    | Improve this Doc View Source

    ChangeUserPasswordViewModel(UserViewModel)

    Constructor for the view model

    Declaration
    public ChangeUserPasswordViewModel(UserViewModel user)
    Parameters
    Type Name Description
    UserViewModel user

    The current user for whom the password is changed

    Properties

    | Improve this Doc View Source

    IsModal

    Dialog window modality flag. Inherited from IUserDialogViewModel

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

    SaveCommand

    Save state command. Inherited from Simplic.User.UI.ISaveableViewModel

    Declaration
    public ICommand SaveCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand

    Methods

    | Improve this Doc View Source

    GetPassword()

    Returns current password

    Declaration
    public string GetPassword()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    RequestClose()

    Dialog window close request method. Inherited from IUserDialogViewModel

    Declaration
    public void RequestClose()

    Events

    | Improve this Doc View Source

    DialogClosing

    Notifies when a window is closed. Inherited from IUserDialogViewModel

    Declaration
    public event EventHandler DialogClosing
    Event Type
    Type Description
    System.EventHandler

    Implements

    IUserDialogViewModel
    IDialogViewModel
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx