BlogDbContext Class

Blog

BlogDbContext Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Blog.Models.BlogDbContext"]

Inheritance Hierarchy

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
  NameDescription
Public methodBlogDbContext
Initializes a new instance of the BlogDbContext class
Top
Properties
Methods
  NameDescription
Public methodStatic memberCreate
Public methodDispose (Inherited from DbContext.)
Protected methodDispose(Boolean) (Inherited from DbContext.)
Public methodEntry(Object) (Inherited from DbContext.)
Public methodEntry``1(UMP) (Inherited from DbContext.)
Public methodEquals (Inherited from DbContext.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Inherited from DbContext.)
Public methodGetType (Inherited from DbContext.)
Public methodGetValidationErrors (Inherited from DbContext.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnModelCreating (Inherited from IdentityDbContextApplicationUser, IdentityRole, String, IdentityUserLogin, IdentityUserRole, IdentityUserClaim.)
Public methodSaveChanges (Inherited from DbContext.)
Public methodSaveChangesAsync (Inherited from DbContext.)
Public methodSaveChangesAsync(CancellationToken) (Inherited from DbContext.)
Public methodSet(Type) (Inherited from DbContext.)
Public methodSet``1 (Inherited from DbContext.)
Protected methodShouldValidateEntity (Inherited from DbContext.)
Public methodToString (Inherited from DbContext.)
Protected methodValidateEntity (Inherited from IdentityDbContextApplicationUser, IdentityRole, String, IdentityUserLogin, IdentityUserRole, IdentityUserClaim.)
Top
Remarks

[Missing <remarks> documentation for "T:Blog.Models.BlogDbContext"]

See Also