Class CommentOverviewViewModel
Comment overview model
Inheritance
System.Object
CommentOverviewViewModel
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public class CommentOverviewViewModel : UI.MVC.ViewModelBase
Constructors
| Improve this Doc View SourceCommentOverviewViewModel(Guid)
Create view model
Declaration
public CommentOverviewViewModel(Guid stackGuid)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | stackGuid | Contains the unique stack guid |
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 sets the category of the comment
Declaration
public InstanceDataCommentCategory Category { get; set; }
Property Value
Type | Description |
---|---|
InstanceDataCommentCategory |
Comments
List of all business rules
Declaration
public ObservableCollection<CommentOverviewEntryViewModel> Comments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<CommentOverviewEntryViewModel> |
FilteredComments
View source
Declaration
public CollectionViewSource FilteredComments { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Data.CollectionViewSource |
FilterText
Filter text
Declaration
public string FilterText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectedItem
Currently selected Comment
Declaration
public CommentOverviewEntryViewModel SelectedItem { get; set; }
Property Value
Type | Description |
---|---|
CommentOverviewEntryViewModel |