IdentityDbContext<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim,TRoleClaim> Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
generic <typename TUser, typename TRole, typename TKey, typename TUserLogin, typename TUserRole, typename TUserClaim, typename TRoleClaim>
where TUser : IdentityUser<TKey, TUserLogin, TUserRole, TUserClaim> where TRole : IdentityRole<TKey, TUserRole> where TUserLogin : IdentityUserLogin<TKey> where TUserRole : IdentityUserRole<TKey> where TUserClaim : IdentityUserClaim<TKey> where TRoleClaim : IdentityRoleClaim<TKey>public ref class IdentityDbContext : Microsoft::AspNet::Identity::EntityFramework::IdentityDbContext<TUser, TRole, TKey, TUserLogin, TUserRole, TUserClaim>
public class IdentityDbContext<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim,TRoleClaim> : Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim> where TUser : IdentityUser<TKey,TUserLogin,TUserRole,TUserClaim> where TRole : IdentityRole<TKey,TUserRole> where TUserLogin : IdentityUserLogin<TKey> where TUserRole : IdentityUserRole<TKey> where TUserClaim : IdentityUserClaim<TKey> where TRoleClaim : IdentityRoleClaim<TKey>
type IdentityDbContext<'User, 'Role, 'Key, 'UserLogin, 'UserRole, 'UserClaim, 'RoleClaim (requires 'User :> IdentityUser<'Key, 'UserLogin, 'UserRole, 'UserClaim> and 'Role :> IdentityRole<'Key, 'UserRole> and 'UserLogin :> IdentityUserLogin<'Key> and 'UserRole :> IdentityUserRole<'Key> and 'UserClaim :> IdentityUserClaim<'Key> and 'RoleClaim :> IdentityRoleClaim<'Key>)> = class
inherit IdentityDbContext<'User, 'Role, 'Key, 'UserLogin, 'UserRole, 'UserClaim (requires 'User :> IdentityUser<'Key, 'UserLogin, 'UserRole, 'UserClaim> and 'Role :> IdentityRole<'Key, 'UserRole> and 'UserLogin :> IdentityUserLogin<'Key> and 'UserRole :> IdentityUserRole<'Key> and 'UserClaim :> IdentityUserClaim<'Key>)>
Public Class IdentityDbContext(Of TUser, TRole, TKey, TUserLogin, TUserRole, TUserClaim, TRoleClaim)
Inherits IdentityDbContext(Of TUser, TRole, TKey, TUserLogin, TUserRole, TUserClaim)
Typparameter
- TUser
- TRole
- TKey
- TUserLogin
- TUserRole
- TUserClaim
- TRoleClaim
- Vererbung
-
Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim>IdentityDbContext<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim,TRoleClaim>
- Abgeleitet
Konstruktoren
Eigenschaften
RoleClaims |
Methoden
OnModelCreating(DbModelBuilder) | |
ValidateEntity(DbEntityEntry, IDictionary<Object,Object>) |