Search Results for

    Show / Hide Table of Contents

    Class InstanceDataCommentModel

    Represents an instance data comment

    Inheritance
    System.Object
    InstanceDataCommentModel
    Namespace: Simplic.Framework.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class InstanceDataCommentModel : UI.MVC.ViewModelBase

    Constructors

    | Improve this Doc View Source

    InstanceDataCommentModel()

    Initialize viewmodel

    Declaration
    public InstanceDataCommentModel()

    Properties

    | Improve this Doc View Source

    Categories

    Gets or sets all available categories

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

    Category

    Gets or stst the category if the comment

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

    Comment

    Content of the comment

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

    CommentId

    Id of the comment

    Declaration
    public Guid CommentId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    CreateDateTime

    Comment date time

    Declaration
    public DateTime CreateDateTime { get; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    InstanceDataGuid

    Id of the instance data entry

    Declaration
    public Guid InstanceDataGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    SelectedUserGroup

    Gets or sets the selected user group

    Declaration
    public Group.Group SelectedUserGroup { get; set; }
    Property Value
    Type Description
    Group.Group
    | Improve this Doc View Source

    StackGuid

    Stack configuration id

    Declaration
    public Guid StackGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    UserGroups

    Gets or sets the available user groups

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

    UserGroupVisibility

    Gets or sets the user group visibility

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

    UserId

    Id of the user

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

    Version

    Version number

    Declaration
    public int Version { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    ShowUserGroup()

    Show user groups

    Declaration
    public void ShowUserGroup()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx