Udostępnij za pośrednictwem


IdentityRole Konstruktory

Definicja

Przeciążenia

IdentityRole()

Inicjuje nowe wystąpienie klasy IdentityRole.

IdentityRole(String)

Inicjuje nowe wystąpienie klasy IdentityRole.

IdentityRole()

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

Inicjuje nowe wystąpienie klasy IdentityRole.

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

Uwagi

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

Dotyczy

IdentityRole(String)

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

Inicjuje nowe wystąpienie klasy IdentityRole.

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

Parametry

roleName
String

Nazwa roli.

Uwagi

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

Dotyczy