Table of Contents

Class AnswerBooleanTableQuestion

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

Constructors

AnswerBooleanTableQuestion(Guid, Guid, IDictionary<int, bool>)

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

Parameters

aggregate Guid
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