Table of Contents

Class AttemptAnalysis.Settings

Namespace
InSite.Application.Attempts.Read
Assembly
Shift.Sdk.dll
public class AttemptAnalysis.Settings
Inheritance
AttemptAnalysis.Settings
Inherited Members
Extension Methods

Constructors

Settings(IAttemptSearch, IBankSearch)

public Settings(IAttemptSearch attemptSearch, IBankSearch bankSearch)

Parameters

attemptSearch IAttemptSearch
bankSearch IBankSearch

Properties

AttemptEntityBinder

public Expression<Func<QAttempt, AttemptAnalysis.AttemptEntity>> AttemptEntityBinder { get; set; }

Property Value

Expression<Func<QAttempt, AttemptAnalysis.AttemptEntity>>

AttemptSearch

public IAttemptSearch AttemptSearch { get; }

Property Value

IAttemptSearch

BankSearch

public IBankSearch BankSearch { get; }

Property Value

IBankSearch

Filter

public QAttemptFilter Filter { get; set; }

Property Value

QAttemptFilter

IncludeOnlyFirstAttempt

public bool IncludeOnlyFirstAttempt { get; set; }

Property Value

bool

OptionEntityBinder

public Expression<Func<QAttemptOption, AttemptAnalysis.OptionEntity>> OptionEntityBinder { get; set; }

Property Value

Expression<Func<QAttemptOption, AttemptAnalysis.OptionEntity>>

QuestionEntityBinder

public Expression<Func<QAttemptQuestion, AttemptAnalysis.QuestionEntity>> QuestionEntityBinder { get; set; }

Property Value

Expression<Func<QAttemptQuestion, AttemptAnalysis.QuestionEntity>>