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