Class FormsMongoDbContext
Inheritance
FormsMongoDbContext
Assembly: Volo.Forms.MongoDB.dll
Syntax
[ConnectionStringName("Forms")]
public class FormsMongoDbContext : AbpMongoDbContext, ITransientDependency, 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
Overrides
Implements
Extension Methods