Class FormsMongoDbContext
Inheritance
FormsMongoDbContext
Implements
IAbpMongoDbContext
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
Choices
Declaration
public IMongoCollection<Choice> Choices { get; }
Property Value
Type |
Description |
IMongoCollection<Choice> |
|
DropdownLists
Declaration
public IMongoCollection<DropdownList> DropdownLists { get; }
Property Value
FormResponses
Declaration
public IMongoCollection<FormResponse> FormResponses { get; }
Property Value
Forms
Declaration
public IMongoCollection<Form> Forms { get; }
Property Value
Type |
Description |
IMongoCollection<Form> |
|
Questions
Declaration
public IMongoCollection<QuestionBase> Questions { get; }
Property Value
ShortTexts
Declaration
public IMongoCollection<ShortText> ShortTexts { get; }
Property Value
Methods
CreateModel(IMongoModelBuilder)
Declaration
protected override void CreateModel(IMongoModelBuilder modelBuilder)
Parameters
Type |
Name |
Description |
IMongoModelBuilder |
modelBuilder |
|
Implements
Volo.Abp.MongoDB.IAbpMongoDbContext