Class AuthorComment
- Namespace
- InSite.Application.Attempts.Write
- Assembly
- Shift.Sdk.dll
public class AuthorComment : Command, ICommand
- Inheritance
-
AuthorComment
- Implements
- Inherited Members
- Extension Methods
Constructors
AuthorComment(Guid, Guid, string)
public AuthorComment(Guid aggregate, Guid question, string comment)
Parameters
Properties
Comment
public string Comment { get; }
Property Value
Question
public Guid Question { get; }