Table of Contents

Class AnswerHandle

Namespace
InSite.Domain.Attempts
Assembly
Shift.Sdk.dll
public class AnswerHandle
Inheritance
AnswerHandle
Inherited Members
Extension Methods

Constructors

AnswerHandle()

public AnswerHandle()

Properties

Answer

public int? Answer { get; set; }

Property Value

int?

Options

public int[] Options { get; set; }

Property Value

int[]

Question

public Guid Question { get; set; }

Property Value

Guid