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 SourceCommentHistoryControl()
Create comment version overview control
Declaration
public CommentHistoryControl()
Properties
| Improve this Doc View SourceSelectedComment
Get selected comment
Declaration
public CommentOverviewEntryViewModel SelectedComment { get; }
Property Value
Type | Description |
---|---|
CommentOverviewEntryViewModel |
Methods
| Improve this Doc View SourceInitialize(Guid)
Initialize the version history
Declaration
public void Initialize(Guid commentId)
Parameters
Type | Name | Description |
---|---|---|
Guid | commentId | Id of the comment |