Udostępnij za pośrednictwem


IdentityUser Konstruktory

Definicja

Przeciążenia

IdentityUser()

Inicjuje nowe wystąpienie klasy IdentityUser.

IdentityUser(String)

Inicjuje nowe wystąpienie klasy IdentityUser.

IdentityUser()

Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs

Inicjuje nowe wystąpienie klasy IdentityUser.

public:
 IdentityUser();
public IdentityUser ();
Public Sub New ()

Uwagi

Właściwość Id jest inicjowana w celu utworzenia nowej wartości ciągu identyfikatora GUID.

Dotyczy

IdentityUser(String)

Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs

Inicjuje nowe wystąpienie klasy IdentityUser.

public:
 IdentityUser(System::String ^ userName);
public IdentityUser (string userName);
new Microsoft.AspNetCore.Identity.IdentityUser : string -> Microsoft.AspNetCore.Identity.IdentityUser
Public Sub New (userName As String)

Parametry

userName
String

Nazwa użytkownika.

Uwagi

Właściwość Id jest inicjowana w celu utworzenia nowej wartości ciągu identyfikatora GUID.

Dotyczy