Share via


IdentityRole<TKey> Konstruktory

Definice

Přetížení

IdentityRole<TKey>()

Inicializuje novou instanci .IdentityRole<TKey>

IdentityRole<TKey>(String)

Inicializuje novou instanci .IdentityRole<TKey>

IdentityRole<TKey>()

Zdroj:
IdentityRole.cs
Zdroj:
IdentityRole.cs
Zdroj:
IdentityRole.cs
Zdroj:
IdentityRole.cs
Zdroj:
IdentityRole.cs
Zdroj:
IdentityRole.cs
Zdroj:
IdentityRole.cs
Zdroj:
IdentityRole.cs

Inicializuje novou instanci .IdentityRole<TKey>

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

Platí pro

IdentityRole<TKey>(String)

Zdroj:
IdentityRole.cs
Zdroj:
IdentityRole.cs
Zdroj:
IdentityRole.cs
Zdroj:
IdentityRole.cs
Zdroj:
IdentityRole.cs
Zdroj:
IdentityRole.cs
Zdroj:
IdentityRole.cs
Zdroj:
IdentityRole.cs

Inicializuje novou instanci .IdentityRole<TKey>

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

Parametry

roleName
String

Název role.

Platí pro