Search Results for

    Show / Hide Table of Contents

    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 Source

    InstanceDataHistoryViewModel()

    Initialize viewmodel

    Declaration
    public InstanceDataHistoryViewModel()

    Properties

    | Improve this Doc View Source

    Items

    Gets or sets a list of items

    Declaration
    public ObservableCollection<CommentOverviewEntryViewModel> Items { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<CommentOverviewEntryViewModel>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx