Class CommentOverviewControl
Commant overview control, for working with commetns on instance datas
Inheritance
System.Object
CommentOverviewControl
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public class CommentOverviewControl : UserControl
Constructors
| Improve this Doc View SourceCommentOverviewControl()
Create comment overview control
Declaration
public CommentOverviewControl()
Fields
| Improve this Doc View SourceInstanceDataGuidProperty
Declaration
public static readonly DependencyProperty InstanceDataGuidProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
StackNameProperty
Declaration
public static readonly DependencyProperty StackNameProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
| Improve this Doc View SourceCurrent
Datacotnext as CommentOverviewViewModel
Declaration
public CommentOverviewViewModel Current { get; }
Property Value
| Type | Description |
|---|---|
| CommentOverviewViewModel |
InstanceDataGuid
Gets or sets the current InstanceDataGuid
Declaration
public Guid InstanceDataGuid { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
StackName
Gets or sets the stackname
Declaration
public string StackName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceInitialize(Guid, Guid)
Load the view with all comments
Declaration
public void Initialize(Guid stackGuid, Guid instanceDataGuid)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | stackGuid | Id of the stack |
| Guid | instanceDataGuid | Id of the instance data |
Refresh()
Refresh the control data
Declaration
public void Refresh()
RefreshView()
Refresh view
Declaration
public void RefreshView()