IdentityRole 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() |
Initialise une nouvelle instance de IdentityRole. |
IdentityRole(String) |
Initialise une nouvelle instance de IdentityRole. |
IdentityRole()
- 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.
public:
IdentityRole();
public IdentityRole ();
Public Sub New ()
Remarques
La propriété Id est initialisée pour former une nouvelle valeur de chaîne GUID.
S’applique à
IdentityRole(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.
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)
Paramètres
- roleName
- String
Nom du rôle.
Remarques
La propriété Id est initialisée pour former une nouvelle valeur de chaîne GUID.