Search Results for

    Show / Hide Table of Contents

    Class CreateNewGroupViewModel

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

    Properties

    | Improve this Doc View Source

    GroupName

    New group's name

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

    IsDefault

    Is default group flag

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

    IsModal

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

    NewGroup

    Reference to newly created group

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

    SaveCommand

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

    Methods

    | 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

    Dialog window close request method. 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