Class InstanceDataHistoryViewModel
Represents the viewmodel for the comment history
Inheritance
System.Object
InstanceDataHistoryViewModel
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public class InstanceDataHistoryViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceInstanceDataHistoryViewModel()
Initialize viewmodel
Declaration
public InstanceDataHistoryViewModel()
Properties
| Improve this Doc View SourceItems
Gets or sets a list of items
Declaration
public ObservableCollection<CommentOverviewEntryViewModel> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<CommentOverviewEntryViewModel> |