Table of Contents

Class TQuizAttemptStore

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public class TQuizAttemptStore : IQuizAttemptStore
Inheritance
TQuizAttemptStore
Implements
Inherited Members

Constructors

TQuizAttemptStore()

public TQuizAttemptStore()

Methods

Delete(Guid)

public bool Delete(Guid attemptId)

Parameters

attemptId Guid

Returns

bool

DeleteByQuizId(Guid)

public bool DeleteByQuizId(Guid quizId)

Parameters

quizId Guid

Returns

bool

Insert(TQuizAttempt)

public void Insert(TQuizAttempt attempt)

Parameters

attempt TQuizAttempt

Update(TQuizAttempt)

public void Update(TQuizAttempt attempt)

Parameters

attempt TQuizAttempt