Interface IFormsMongoDbContext
Assembly: Volo.Forms.MongoDB.dll
Syntax
[ConnectionStringName("Forms")]
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
Choices
Declaration
IMongoCollection<Choice> Choices { get; }
Property Value
Type |
Description |
IMongoCollection<Choice> |
|
DropdownLists
Declaration
IMongoCollection<DropdownList> DropdownLists { get; }
Property Value
FormResponses
Declaration
IMongoCollection<FormResponse> FormResponses { get; }
Property Value
Forms
Declaration
IMongoCollection<Form> Forms { get; }
Property Value
Type |
Description |
IMongoCollection<Form> |
|
Questions
Declaration
IMongoCollection<QuestionBase> Questions { get; }
Property Value
ShortTexts
Declaration
IMongoCollection<ShortText> ShortTexts { get; }
Property Value
Extension Methods