IdentityRole<TKey> Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
IdentityRole<TKey>() |
Initialise une nouvelle instance de IdentityRole<TKey>. |
IdentityRole<TKey>(String) |
Initialise une nouvelle instance de IdentityRole<TKey>. |
IdentityRole<TKey>()
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
Initialise une nouvelle instance de IdentityRole<TKey>.
public:
IdentityRole();
public IdentityRole ();
Public Sub New ()
S’applique à
IdentityRole<TKey>(String)
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
Initialise une nouvelle instance de 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)
Paramètres
- roleName
- String
Nom du rôle.