Udostępnij za pośrednictwem


IdentityUserContext<TUser,TKey> Klasa

Definicja

Klasa bazowa dla kontekstu bazy danych platformy Entity Framework używanego do obsługi tożsamości.

generic <typename TUser, typename TKey>
 where TUser : IdentityUser<TKey> where TKey : IEquatable<TKey>public ref class IdentityUserContext : Microsoft::AspNetCore::Identity::EntityFrameworkCore::IdentityUserContext<TUser, TKey, Microsoft::AspNetCore::Identity::IdentityUserClaim<TKey> ^, Microsoft::AspNetCore::Identity::IdentityUserLogin<TKey> ^, Microsoft::AspNetCore::Identity::IdentityUserToken<TKey> ^>
public class IdentityUserContext<TUser,TKey> : Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<TUser,TKey,Microsoft.AspNetCore.Identity.IdentityUserClaim<TKey>,Microsoft.AspNetCore.Identity.IdentityUserLogin<TKey>,Microsoft.AspNetCore.Identity.IdentityUserToken<TKey>> where TUser : IdentityUser<TKey> where TKey : IEquatable<TKey>
type IdentityUserContext<'User, 'Key (requires 'User :> IdentityUser<'Key> and 'Key :> IEquatable<'Key>)> = class
    inherit IdentityUserContext<'User, 'Key, IdentityUserClaim<'Key>, IdentityUserLogin<'Key>, IdentityUserToken<'Key> (requires 'User :> IdentityUser<'Key> and 'Key :> IEquatable<'Key>)>
Public Class IdentityUserContext(Of TUser, TKey)
Inherits IdentityUserContext(Of TUser, TKey, IdentityUserClaim(Of TKey), IdentityUserLogin(Of TKey), IdentityUserToken(Of TKey))

Parametry typu

TUser

Typ obiektów użytkownika.

TKey

Typ klucza podstawowego dla użytkowników i ról.

Dziedziczenie
IdentityUserContext<TUser,TKey>
Pochodne

Konstruktory

IdentityUserContext<TUser,TKey>()

Inicjuje nowe wystąpienie klasy .

IdentityUserContext<TUser,TKey>(DbContextOptions)

Inicjuje nowe wystąpienie kontekstu bazy danych.

Właściwości

SchemaVersion

Pobiera wersję schematu używaną do przechowywania wersji.

(Odziedziczone po IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>)
UserClaims

Pobiera lub ustawia DbSet<TEntity> oświadczenia użytkownika.

(Odziedziczone po IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>)
UserLogins

Pobiera lub ustawia DbSet<TEntity> identyfikator logowania użytkownika.

(Odziedziczone po IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>)
Users

Pobiera lub ustawia wartość DbSet<TEntity> użytkownicy.

(Odziedziczone po IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>)
UserTokens

Pobiera lub ustawia DbSet<TEntity> tokeny użytkownika.

(Odziedziczone po IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>)

Metody

OnModelCreating(ModelBuilder)

Konfiguruje schemat wymagany dla platformy tożsamości.

(Odziedziczone po IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>)

Dotyczy