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"]
Inheritance Hierarchy
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)
Syntax
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.
Constructors
Name | Description | |
---|---|---|
BlogDbContext | Initializes a new instance of the BlogDbContext class |
Properties
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.) |
Methods
Top
Remarks
[Missing <remarks> documentation for "T:Blog.Models.BlogDbContext"]
See Also