Table of Contents

Class MatchingQuestionAnswered

Namespace
InSite.Domain.Attempts
Assembly
Shift.Sdk.dll
public class MatchingQuestionAnswered : Change, IChange
Inheritance
MatchingQuestionAnswered
Implements
Inherited Members
Extension Methods

Constructors

MatchingQuestionAnswered(Guid, IDictionary<int, string>)

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

Parameters

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