IdentityRole<TKey> Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
IdentityRole<TKey>() |
Inicializa uma nova instância de IdentityRole<TKey>. |
IdentityRole<TKey>(String) |
Inicializa uma nova instância de IdentityRole<TKey>. |
IdentityRole<TKey>()
- Origem:
- IdentityRole.cs
- Origem:
- IdentityRole.cs
- Origem:
- IdentityRole.cs
- Origem:
- IdentityRole.cs
- Origem:
- IdentityRole.cs
- Origem:
- IdentityRole.cs
- Origem:
- IdentityRole.cs
- Origem:
- IdentityRole.cs
- Origem:
- IdentityRole.cs
Inicializa uma nova instância de IdentityRole<TKey>.
public:
IdentityRole();
public IdentityRole ();
Public Sub New ()
Aplica-se a
IdentityRole<TKey>(String)
- Origem:
- IdentityRole.cs
- Origem:
- IdentityRole.cs
- Origem:
- IdentityRole.cs
- Origem:
- IdentityRole.cs
- Origem:
- IdentityRole.cs
- Origem:
- IdentityRole.cs
- Origem:
- IdentityRole.cs
- Origem:
- IdentityRole.cs
- Origem:
- IdentityRole.cs
Inicializa uma nova instância 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)
Parâmetros
- roleName
- String
O nome da função.