Table of Contents

Class SearchSubmissionAnswers

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class SearchSubmissionAnswers : Query<IEnumerable<SubmissionAnswerMatch>>, IQuery<IEnumerable<SubmissionAnswerMatch>>, ISubmissionAnswerCriteria
Inheritance
SearchSubmissionAnswers
Implements
Inherited Members
Extension Methods

Constructors

SearchSubmissionAnswers()

public SearchSubmissionAnswers()

Properties

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

RespondentUserIdentifier

public Guid? RespondentUserIdentifier { get; set; }

Property Value

Guid?

ResponseAnswerText

public string ResponseAnswerText { get; set; }

Property Value

string