Udostępnij za pośrednictwem


IdentityRole<TKey> Konstruktory

Definicja

Przeciążenia

IdentityRole<TKey>()

Inicjuje nowe wystąpienie klasy IdentityRole<TKey>.

IdentityRole<TKey>(String)

Inicjuje nowe wystąpienie klasy IdentityRole<TKey>.

IdentityRole<TKey>()

Inicjuje nowe wystąpienie klasy IdentityRole<TKey>.

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

Dotyczy

IdentityRole<TKey>(String)

Inicjuje nowe wystąpienie klasy IdentityRole<TKey>.

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

Parametry

roleName
String

Nazwa roli.

Dotyczy