Show / Hide Table of Contents

Enum QuestionTypes

Namespace: Volo.Forms
Assembly: Volo.Forms.Domain.Shared.dll
Syntax
public enum QuestionTypes

Fields

Name Description
Checkbox
CheckboxGrid
ChoiceGrid
ChoiceMultiple
DropdownList
ParagraphText
Scale
ShortText

Extension Methods

AbpObjectExtensions.If<QuestionTypes>(QuestionTypes, bool, Action<QuestionTypes>)
AbpObjectExtensions.If<QuestionTypes>(QuestionTypes, bool, Func<QuestionTypes, QuestionTypes>)
AbpObjectExtensions.IsIn<QuestionTypes>(QuestionTypes, IEnumerable<QuestionTypes>)
AbpObjectExtensions.IsIn<QuestionTypes>(QuestionTypes, params QuestionTypes[])
AbpQueryableExtensions.OrderByIf<T, QuestionTypes>(QuestionTypes, bool, string)
AbpQueryableExtensions.PageBy<T, QuestionTypes>(QuestionTypes, int, int)
AbpQueryableExtensions.WhereIf<T, QuestionTypes>(QuestionTypes, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, QuestionTypes>(QuestionTypes, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, QuestionTypes>(QuestionTypes, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, QuestionTypes>(QuestionTypes, bool, int?)
In this article
Back to top Powered by ABP.IO Platform