Search Results for

    Show / Hide Table of Contents

    Class GroupViewModel

    View model for the group entity

    Inheritance
    System.Object
    GroupViewModel
    Implements
    INamedEntity
    Namespace: Simplic.User.UI
    Assembly: Simplic.User.UI.dll
    Syntax
    public class GroupViewModel : ViewModelBase, INamedEntity

    Constructors

    | Improve this Doc View Source

    GroupViewModel()

    Default constructor for the view model

    Declaration
    public GroupViewModel()
    | Improve this Doc View Source

    GroupViewModel(Group.Group)

    Copy constructor

    Declaration
    public GroupViewModel(Group.Group group)
    Parameters
    Type Name Description
    Group.Group group
    | Improve this Doc View Source

    GroupViewModel(Int32, Int32, String, Boolean)

    Constructor for the view model

    Declaration
    public GroupViewModel(int groupId, int ident, string groupName, bool isDefault)
    Parameters
    Type Name Description
    System.Int32 groupId

    Group ID

    System.Int32 ident

    Group ident

    System.String groupName

    Group name

    System.Boolean isDefault

    Group's default flag

    Properties

    | Improve this Doc View Source

    GroupId

    Group ID

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

    Ident

    Group ident

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

    IsDefault

    Group's default flag

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

    Name

    Group name

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

    Users

    Group's users collection

    Declaration
    public ObservableCollection<UserViewModel> Users { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<UserViewModel>

    Implements

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