Table of Contents

Class BooleanTableQuestionAnswered

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

Constructors

BooleanTableQuestionAnswered(Guid, IDictionary<int, bool>)

public BooleanTableQuestionAnswered(Guid question, IDictionary<int, bool> options)

Parameters

question Guid
options IDictionary<int, bool>

Properties

Options

public IDictionary<int, bool> Options { get; set; }

Property Value

IDictionary<int, bool>

Question

public Guid Question { get; set; }

Property Value

Guid