Class NewCommentControl
Control for creating new instance data comments
Inheritance
System.Object
NewCommentControl
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public class NewCommentControl : UserControl
Constructors
| Improve this Doc View SourceNewCommentControl()
Create comment control
Declaration
public NewCommentControl()
Methods
| Improve this Doc View SourceInitialize(InstanceDataCommentModel)
Initialize control
Declaration
public void Initialize(InstanceDataCommentModel model)
Parameters
Type | Name | Description |
---|---|---|
InstanceDataCommentModel | model | Model containing all information for create the comment |
Set()
Create/Update the comment and save it in the database
Declaration
public void Set()