Table of Contents

Class QResponseAnalysisFilter

Namespace
InSite.Application.Surveys.Read
Assembly
Shift.Sdk.dll
public class QResponseAnalysisFilter
Inheritance
QResponseAnalysisFilter
Inherited Members
Extension Methods

Constructors

QResponseAnalysisFilter()

public QResponseAnalysisFilter()

Properties

AnswerFilter

public List<QResponseAnalysisFilter.Answer> AnswerFilter { get; }

Property Value

List<QResponseAnalysisFilter.Answer>

AnswerFilterOperator

public string AnswerFilterOperator { get; set; }

Property Value

string

CompletedBefore

public DateTimeOffset? CompletedBefore { get; set; }

Property Value

DateTimeOffset?

CompletedSince

public DateTimeOffset? CompletedSince { get; set; }

Property Value

DateTimeOffset?

EnableQuestionFilter

public bool EnableQuestionFilter { get; set; }

Property Value

bool

GroupIdentifier

public Guid? GroupIdentifier { get; set; }

Property Value

Guid?

IsLocked

public bool? IsLocked { get; set; }

Property Value

bool?

IsPlatformAdministrator

public bool IsPlatformAdministrator { get; set; }

Property Value

bool

OrganizationIdentifier

public Guid OrganizationIdentifier { get; set; }

Property Value

Guid

RespondentName

public string RespondentName { get; set; }

Property Value

string

ResponseAnswerText

public string ResponseAnswerText { get; set; }

Property Value

string

ShowComments

public bool ShowComments { get; set; }

Property Value

bool

ShowNumbers

public bool ShowNumbers { get; set; }

Property Value

bool

ShowSelections

public bool ShowSelections { get; set; }

Property Value

bool

ShowText

public bool ShowText { get; set; }

Property Value

bool

StartedBefore

public DateTimeOffset? StartedBefore { get; set; }

Property Value

DateTimeOffset?

StartedSince

public DateTimeOffset? StartedSince { get; set; }

Property Value

DateTimeOffset?

SurveyFormIdentifier

public Guid? SurveyFormIdentifier { get; set; }

Property Value

Guid?

SurveyQuestionIdentifier

public Guid? SurveyQuestionIdentifier { get; set; }

Property Value

Guid?