Show / Hide Table of Contents

Interface IFormsMongoDbContext

Namespace: Volo.Forms.MongoDB
Assembly: Volo.Forms.MongoDB.dll
Syntax
public interface IFormsMongoDbContext : IAbpMongoDbContext

Properties

Checkboxes

Declaration
IMongoCollection<Checkbox> Checkboxes { get; }
Property Value
Type Description
IMongoCollection<Checkbox>

ChoiceMultiples

Declaration
IMongoCollection<ChoiceMultiple> ChoiceMultiples { get; }
Property Value
Type Description
IMongoCollection<ChoiceMultiple>

Choices

Declaration
IMongoCollection<Choice> Choices { get; }
Property Value
Type Description
IMongoCollection<Choice>

DropdownLists

Declaration
IMongoCollection<DropdownList> DropdownLists { get; }
Property Value
Type Description
IMongoCollection<DropdownList>

FormResponses

Declaration
IMongoCollection<FormResponse> FormResponses { get; }
Property Value
Type Description
IMongoCollection<FormResponse>

Forms

Declaration
IMongoCollection<Form> Forms { get; }
Property Value
Type Description
IMongoCollection<Form>

Questions

Declaration
IMongoCollection<QuestionBase> Questions { get; }
Property Value
Type Description
IMongoCollection<QuestionBase>

ShortTexts

Declaration
IMongoCollection<ShortText> ShortTexts { get; }
Property Value
Type Description
IMongoCollection<ShortText>
In this article
Back to top Powered by Volosoft