Partilhar via


IdentityUserContext<TUser> Construtores

Definição

Sobrecargas

IdentityUserContext<TUser>()

Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs

Inicializa uma nova instância da classe IdentityUserContext<TUser>.

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

Aplica-se a

IdentityUserContext<TUser>(DbContextOptions)

Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs

Inicializa uma nova instância de IdentityUserContext<TUser>.

public:
 IdentityUserContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityUserContext(Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser)>
Public Sub New (options As DbContextOptions)

Parâmetros

options
DbContextOptions

As opções a serem usadas por um DbContext.

Aplica-se a