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

Definition

Overloads

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

Initializes a new instance of the class.

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

Initializes a new instance of the class.

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

Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs

Initializes a new instance of the class.

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

Applies to

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

Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs

Initializes a new instance of the class.

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)

Parameters

options
DbContextOptions

The options to be used by a DbContext.

Applies to