Table of Contents

Class AnswerMatchingQuestion

Namespace
InSite.Application.Attempts.Write
Assembly
Shift.Sdk.dll
public class AnswerMatchingQuestion : Command, ICommand
Inheritance
AnswerMatchingQuestion
Implements
Inherited Members
Extension Methods

Constructors

AnswerMatchingQuestion(Guid, Guid, IDictionary<int, string>)

public AnswerMatchingQuestion(Guid aggregate, Guid question, IDictionary<int, string> matches)

Parameters

aggregate Guid
question Guid
matches IDictionary<int, string>

Properties

Matches

public IDictionary<int, string> Matches { get; set; }

Property Value

IDictionary<int, string>

Question

public Guid Question { get; set; }

Property Value

Guid