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 SourceInstanceDataCommentModel()
Initialize viewmodel
Declaration
public InstanceDataCommentModel()
Properties
| Improve this Doc View SourceCategories
Gets or sets all available categories
Declaration
public ObservableCollection<InstanceDataCommentCategory> Categories { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<InstanceDataCommentCategory> |
Category
Gets or stst the category if the comment
Declaration
public InstanceDataCommentCategory Category { get; set; }
Property Value
Type | Description |
---|---|
InstanceDataCommentCategory |
Comment
Content of the comment
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CommentId
Id of the comment
Declaration
public Guid CommentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
CreateDateTime
Comment date time
Declaration
public DateTime CreateDateTime { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
InstanceDataGuid
Id of the instance data entry
Declaration
public Guid InstanceDataGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SelectedUserGroup
Gets or sets the selected user group
Declaration
public Group.Group SelectedUserGroup { get; set; }
Property Value
Type | Description |
---|---|
Group.Group |
StackGuid
Stack configuration id
Declaration
public Guid StackGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
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> |
UserGroupVisibility
Gets or sets the user group visibility
Declaration
public Visibility UserGroupVisibility { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Visibility |
UserId
Id of the user
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Version
Version number
Declaration
public int Version { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceShowUserGroup()
Show user groups
Declaration
public void ShowUserGroup()