IdentityRole<TKey,TUserRole,TRoleClaim> Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
IdentityRole<TKey,TUserRole,TRoleClaim>() |
Inicjuje nowe wystąpienie klasy IdentityRole<TKey>. |
IdentityRole<TKey,TUserRole,TRoleClaim>(String) |
Inicjuje nowe wystąpienie klasy IdentityRole<TKey>. |
IdentityRole<TKey,TUserRole,TRoleClaim>()
Inicjuje nowe wystąpienie klasy IdentityRole<TKey>.
public:
IdentityRole();
public IdentityRole ();
Public Sub New ()
Dotyczy
IdentityRole<TKey,TUserRole,TRoleClaim>(String)
Inicjuje nowe wystąpienie klasy IdentityRole<TKey>.
public:
IdentityRole(System::String ^ roleName);
public IdentityRole (string roleName);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole<'Key, 'UserRole, 'RoleClaim (requires 'Key :> IEquatable<'Key> and 'UserRole :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserRole<'Key> and 'RoleClaim :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRoleClaim<'Key>)> : string -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole<'Key, 'UserRole, 'RoleClaim (requires 'Key :> IEquatable<'Key> and 'UserRole :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserRole<'Key> and 'RoleClaim :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRoleClaim<'Key>)>
Public Sub New (roleName As String)
Parametry
- roleName
- String
Nazwa roli.