IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken> Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Klasa bazowa dla kontekstu bazy danych platformy Entity Framework używanego do obsługi tożsamości.
generic <typename TUser, typename TKey, typename TUserClaim, typename TUserLogin, typename TUserToken>
where TUser : IdentityUser<TKey> where TKey : IEquatable<TKey> where TUserClaim : IdentityUserClaim<TKey> where TUserLogin : IdentityUserLogin<TKey> where TUserToken : IdentityUserToken<TKey>public ref class IdentityUserContext abstract : Microsoft::EntityFrameworkCore::DbContext
public abstract class IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken> : Microsoft.EntityFrameworkCore.DbContext where TUser : IdentityUser<TKey> where TKey : IEquatable<TKey> where TUserClaim : IdentityUserClaim<TKey> where TUserLogin : IdentityUserLogin<TKey> where TUserToken : IdentityUserToken<TKey>
type IdentityUserContext<'User, 'Key, 'UserClaim, 'UserLogin, 'UserToken (requires 'User :> IdentityUser<'Key> and 'Key :> IEquatable<'Key> and 'UserClaim :> IdentityUserClaim<'Key> and 'UserLogin :> IdentityUserLogin<'Key> and 'UserToken :> IdentityUserToken<'Key>)> = class
inherit DbContext
Public MustInherit Class IdentityUserContext(Of TUser, TKey, TUserClaim, TUserLogin, TUserToken)
Inherits DbContext
Parametry typu
- TUser
Typ obiektów użytkownika.
- TKey
Typ klucza podstawowego dla użytkowników i ról.
- TUserClaim
Typ obiektu oświadczenia użytkownika.
- TUserLogin
Typ obiektu logowania użytkownika.
- TUserToken
Typ obiektu tokenu użytkownika.
- Dziedziczenie
-
IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>
- Pochodne
Konstruktory
IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>() |
Inicjuje nowe wystąpienie klasy . |
IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>(DbContextOptions) |
Inicjuje nowe wystąpienie klasy . |
Właściwości
SchemaVersion |
Pobiera wersję schematu używaną do przechowywania wersji. |
UserClaims |
Pobiera lub ustawia DbSet<TEntity> oświadczenia użytkownika. |
UserLogins |
Pobiera lub ustawia DbSet<TEntity> identyfikator logowania użytkownika. |
Users |
Pobiera lub ustawia wartość DbSet<TEntity> użytkownicy. |
UserTokens |
Pobiera lub ustawia DbSet<TEntity> tokeny użytkownika. |
Metody
OnModelCreating(ModelBuilder) |
Konfiguruje schemat wymagany dla platformy tożsamości. |