Table of Contents

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

aggregate Guid
question Guid
answer string

Properties

Answer

public string Answer { get; set; }

Property Value

string

Question

public Guid Question { get; set; }

Property Value

Guid