Compartilhar via


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

Definição

Sobrecargas

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

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.

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

Aplica-se a

IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>(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 da classe.

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)

Parâmetros

options
DbContextOptions

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

Aplica-se a