Class ReviseComment
- Namespace
- InSite.Application.Events.Write
- Assembly
- Shift.Sdk.dll
public class ReviseComment : Command, ICommand
- Inheritance
-
ReviseComment
- Implements
- Inherited Members
- Extension Methods
Constructors
ReviseComment(Guid, Guid, Guid, string)
public ReviseComment(Guid id, Guid comment, Guid author, string text)
Parameters
Properties
AuthorIdentifier
public Guid AuthorIdentifier { get; set; }
Property Value
CommentIdentifier
public Guid CommentIdentifier { get; set; }
Property Value
CommentText
public string CommentText { get; set; }