Search Results for

    Show / Hide Table of Contents

    Class CommentHistoryControl

    Create comment history control

    Inheritance
    System.Object
    CommentHistoryControl
    Namespace: Simplic.Framework.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class CommentHistoryControl : UserControl

    Constructors

    | Improve this Doc View Source

    CommentHistoryControl()

    Create comment version overview control

    Declaration
    public CommentHistoryControl()

    Properties

    | Improve this Doc View Source

    SelectedComment

    Get selected comment

    Declaration
    public CommentOverviewEntryViewModel SelectedComment { get; }
    Property Value
    Type Description
    CommentOverviewEntryViewModel

    Methods

    | Improve this Doc View Source

    Initialize(Guid)

    Initialize the version history

    Declaration
    public void Initialize(Guid commentId)
    Parameters
    Type Name Description
    Guid commentId

    Id of the comment

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx