Table of Contents

Class ImportAttempt

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

Constructors

ImportAttempt(Guid, Guid, AnswerHandle[], DateTimeOffset?, DateTimeOffset?, string, Guid, Guid, Guid, Guid?, bool, string)

public ImportAttempt(Guid aggregate, Guid tenant, AnswerHandle[] answers, DateTimeOffset? started, DateTimeOffset? completed, string tag, Guid bank, Guid form, Guid candidate, Guid? registration, bool isAttended, string language)

Parameters

aggregate Guid
tenant Guid
answers AnswerHandle[]
started DateTimeOffset?
completed DateTimeOffset?
tag string
bank Guid
form Guid
candidate Guid
registration Guid?
isAttended bool
language string

Properties

Answers

public AnswerHandle[] Answers { get; set; }

Property Value

AnswerHandle[]

Bank

public Guid Bank { get; set; }

Property Value

Guid

Candidate

public Guid Candidate { get; set; }

Property Value

Guid

Completed

public DateTimeOffset? Completed { get; set; }

Property Value

DateTimeOffset?

Form

public Guid Form { get; set; }

Property Value

Guid

IsAttended

public bool IsAttended { get; set; }

Property Value

bool

Language

public string Language { get; set; }

Property Value

string

Registration

public Guid? Registration { get; set; }

Property Value

Guid?

Started

public DateTimeOffset? Started { get; set; }

Property Value

DateTimeOffset?

Tag

public string Tag { get; set; }

Property Value

string

Tenant

public Guid Tenant { get; set; }

Property Value

Guid