Table of Contents

Class AnswerTrueOrFalseQuestion

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

Constructors

AnswerTrueOrFalseQuestion(Guid, Guid, int)

public AnswerTrueOrFalseQuestion(Guid aggregate, Guid question, int option)

Parameters

aggregate Guid
question Guid
option int

Properties

Option

public int Option { get; set; }

Property Value

int

Question

public Guid Question { get; set; }

Property Value

Guid