Show / Hide Table of Contents

Class FormsMongoDbContext

Inheritance
object
FormsMongoDbContext
Implements
IFormsMongoDbContext
IAbpMongoDbContext
Namespace: Volo.Forms.MongoDB
Assembly: Volo.Forms.MongoDB.dll
Syntax
public class FormsMongoDbContext : AbpMongoDbContext, IFormsMongoDbContext, IAbpMongoDbContext

Constructors

FormsMongoDbContext()

Declaration
public FormsMongoDbContext()

Properties

Checkboxes

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

ChoiceMultiples

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

Choices

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

DropdownLists

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

FormResponses

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

Forms

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

Questions

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

ShortTexts

Declaration
public IMongoCollection<ShortText> ShortTexts { get; }
Property Value
Type Description
IMongoCollection<ShortText>

Methods

CreateModel(IMongoModelBuilder)

Declaration
protected override void CreateModel(IMongoModelBuilder modelBuilder)
Parameters
Type Name Description
IMongoModelBuilder modelBuilder

Implements

IFormsMongoDbContext
Volo.Abp.MongoDB.IAbpMongoDbContext
In this article
Back to top Powered by Volosoft