BlogDbContext Class
From Blog
A Sandcastle Documented MVC project - Blog
| BlogDbContext Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Blog.Models.BlogDbContext"]
SystemObject DbContext
IdentityDbContextApplicationUser, IdentityRole, String, IdentityUserLogin, IdentityUserRole, IdentityUserClaim
IdentityDbContextApplicationUser
Blog.ModelsBlogDbContext
IdentityDbContextApplicationUser, IdentityRole, String, IdentityUserLogin, IdentityUserRole, IdentityUserClaim
IdentityDbContextApplicationUser
Blog.ModelsBlogDbContext
Namespace: Blog.Models
Assembly: Blog (in Blog.dll) Version: 1.0.0.0 (1.0.0.0)
public class BlogDbContext : IdentityDbContext<ApplicationUser>
Blog.Models.BlogDbContext = function(); Type.createClass( 'Blog.Models.BlogDbContext', Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`1);
The BlogDbContext type exposes the following members.
| Name | Description | |
|---|---|---|
| BlogDbContext | Initializes a new instance of the BlogDbContext class |
| Name | Description | |
|---|---|---|
| Articles | ||
| ChangeTracker | (Inherited from DbContext.) | |
| Configuration | (Inherited from DbContext.) | |
| Database | (Inherited from DbContext.) | |
| RequireUniqueEmail | (Inherited from IdentityDbContextApplicationUser, IdentityRole, String, IdentityUserLogin, IdentityUserRole, IdentityUserClaim.) | |
| Roles | (Inherited from IdentityDbContextApplicationUser, IdentityRole, String, IdentityUserLogin, IdentityUserRole, IdentityUserClaim.) | |
| Users | (Inherited from IdentityDbContextApplicationUser, IdentityRole, String, IdentityUserLogin, IdentityUserRole, IdentityUserClaim.) |
Top
[Missing <remarks> documentation for "T:Blog.Models.BlogDbContext"]