IdentityDbContext<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim,TRoleClaim> Класс

Определение

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)

Параметры типа

TUser
TRole
TKey
TUserLogin
TUserRole
TUserClaim
TRoleClaim
Наследование
Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim>
IdentityDbContext<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim,TRoleClaim>
Производный

Конструкторы

IdentityDbContext<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim,TRoleClaim>()
IdentityDbContext<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim,TRoleClaim>(DbCompiledModel)
IdentityDbContext<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim,TRoleClaim>(DbConnection, Boolean)
IdentityDbContext<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim,TRoleClaim>(DbConnection, DbCompiledModel, Boolean)
IdentityDbContext<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim,TRoleClaim>(String)
IdentityDbContext<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim,TRoleClaim>(String, DbCompiledModel)

Свойства

RoleClaims

Методы

OnModelCreating(DbModelBuilder)
ValidateEntity(DbEntityEntry, IDictionary<Object,Object>)

Применяется к