Table of Contents

Class CollectSubmissionOptions

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class CollectSubmissionOptions : Query<IEnumerable<SubmissionOptionModel>>, IQuery<IEnumerable<SubmissionOptionModel>>, ISubmissionOptionCriteria
Inheritance
CollectSubmissionOptions
Implements
Inherited Members
Extension Methods

Constructors

CollectSubmissionOptions()

public CollectSubmissionOptions()

Properties

OptionSequence

public int? OptionSequence { get; set; }

Property Value

int?

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

ResponseOptionIsSelected

public bool? ResponseOptionIsSelected { get; set; }

Property Value

bool?

SurveyQuestionIdentifier

public Guid? SurveyQuestionIdentifier { get; set; }

Property Value

Guid?