Search Results for

    Show / Hide Table of Contents

    Class UserManagementEditorViewModel

    Main view model. Controls list of users, groups and organizations view models

    Inheritance
    System.Object
    UserManagementEditorViewModel
    Namespace: Simplic.User.UI
    Assembly: Simplic.User.UI.dll
    Syntax
    public class UserManagementEditorViewModel : ViewModelBase

    Constructors

    | Improve this Doc View Source

    UserManagementEditorViewModel()

    Default constructor

    Declaration
    public UserManagementEditorViewModel()

    Properties

    | Improve this Doc View Source

    AddNewGroup

    Adds new group

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

    AddUserCommand

    Add new user command

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

    DeleteCurrentUserCommand

    Delete current user command

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

    DeleteSelectedUserCommand

    Delete selected user command

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

    Dialogs

    Dialog view models collection opened by this entity

    Declaration
    public ObservableCollection<IDialogViewModel> Dialogs { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<IDialogViewModel>
    | Improve this Doc View Source

    EditCurrentGroupCommand

    Edit current group command

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

    EditCurrentOrganizationCommand

    Edit current organization command

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

    EditCurrentUserCommand

    Edit current user command

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

    FilteredUsers

    Filtered users collection for groups

    Declaration
    public ObservableCollection<UserViewModel> FilteredUsers { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<UserViewModel>
    | Improve this Doc View Source

    FilteredUsers2

    Filtered users for organizations

    Declaration
    public ObservableCollection<UserViewModel> FilteredUsers2 { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<UserViewModel>
    | Improve this Doc View Source

    FilterString

    Groups's filter string

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

    FilterString2

    Organization's filter string

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

    GroupBindigsChangedCommand

    Delets or adds links from groups to user and vice versa command

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

    Groups

    Groups collection

    Declaration
    public ObservableCollection<GroupViewModel> Groups { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<GroupViewModel>
    | Improve this Doc View Source

    OpenSelectedUserDetailsCommand

    Open selected user details dialog window command

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

    OrganizationBindigsChangedCommand

    Delets or adds links from organizations to user and vice versa command

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

    Organizations

    Organizations collection

    Declaration
    public ObservableCollection<OrganizationViewModel> Organizations { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<OrganizationViewModel>
    | Improve this Doc View Source

    SaveCommand

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

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

    SelectedUser

    Selected user

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

    SkipSelectedUserCommand

    Skip selected user command

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

    Users

    Users collection

    Declaration
    public ObservableCollection<UserViewModel> Users { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<UserViewModel>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx