Inheritance Hierarchy
DbContext
IdentityDbContextAuctionWorxUser, AuctionWorxRole, Int32, AuctionWorxUserLogin, AuctionWorxUserRole, AuctionWorxUserClaim
RainWorx.FrameWorx.MVC.ModelsAuctionWorxDbContext
Namespace: RainWorx.FrameWorx.MVC.Models
Assembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public class AuctionWorxDbContext : IdentityDbContext<AuctionWorxUser, AuctionWorxRole, int, AuctionWorxUserLogin, AuctionWorxUserRole, AuctionWorxUserClaim>
The AuctionWorxDbContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AuctionWorxDbContext | Initializes a new instance of the AuctionWorxDbContext class |
![]() | AuctionWorxDbContext(String) | Initializes a new instance of the AuctionWorxDbContext class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | Create | |
![]() | OnModelCreating | (Overrides IdentityDbContext.OnModelCreating(DbModelBuilder).) |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also