Sdílet prostřednictvím


IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken> Konstruktory

Definice

Přetížení

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

Inicializuje novou instanci třídy .

IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>(DbContextOptions)

Inicializuje novou instanci třídy .

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

Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs

Inicializuje novou instanci třídy .

protected:
 IdentityUserContext();
protected IdentityUserContext ();
Protected Sub New ()

Platí pro

IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>(DbContextOptions)

Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs

Inicializuje novou instanci třídy .

public:
 IdentityUserContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityUserContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User, 'Key, 'UserClaim, 'UserLogin, 'UserToken (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Key :> IEquatable<'Key> and 'UserClaim :> Microsoft.AspNetCore.Identity.IdentityUserClaim<'Key> and 'UserLogin :> Microsoft.AspNetCore.Identity.IdentityUserLogin<'Key> and 'UserToken :> Microsoft.AspNetCore.Identity.IdentityUserToken<'Key>)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User, 'Key, 'UserClaim, 'UserLogin, 'UserToken (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Key :> IEquatable<'Key> and 'UserClaim :> Microsoft.AspNetCore.Identity.IdentityUserClaim<'Key> and 'UserLogin :> Microsoft.AspNetCore.Identity.IdentityUserLogin<'Key> and 'UserToken :> Microsoft.AspNetCore.Identity.IdentityUserToken<'Key>)>
Public Sub New (options As DbContextOptions)

Parametry

options
DbContextOptions

Možnosti, které má použít .DbContext

Platí pro