Table of Contents

Class SearchFormOptionItems

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class SearchFormOptionItems : Query<IEnumerable<FormOptionItemMatch>>, IQuery<IEnumerable<FormOptionItemMatch>>, IFormOptionItemCriteria
Inheritance
SearchFormOptionItems
Implements
Inherited Members
Extension Methods

Constructors

SearchFormOptionItems()

public SearchFormOptionItems()

Properties

BranchToQuestionIdentifier

public Guid? BranchToQuestionIdentifier { get; set; }

Property Value

Guid?

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

SurveyOptionItemCategory

public string SurveyOptionItemCategory { get; set; }

Property Value

string

SurveyOptionItemPoints

public decimal? SurveyOptionItemPoints { get; set; }

Property Value

decimal?

SurveyOptionItemSequence

public int? SurveyOptionItemSequence { get; set; }

Property Value

int?

SurveyOptionListIdentifier

public Guid? SurveyOptionListIdentifier { get; set; }

Property Value

Guid?