Table of Contents

Class CollectSubmissionAnswers

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

Constructors

CollectSubmissionAnswers()

public CollectSubmissionAnswers()

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