IdentityRole 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() |
Inicializa uma nova instância de IdentityRole. |
IdentityRole(String) |
Inicializa uma nova instância de IdentityRole. |
IdentityRole()
- 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.
public:
IdentityRole();
public IdentityRole ();
Public Sub New ()
Comentários
A propriedade Id é inicializada para formar um novo valor de cadeia de caracteres GUID.
Aplica-se a
IdentityRole(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.
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)
Parâmetros
- roleName
- String
O nome da função.
Comentários
A propriedade Id é inicializada para formar um novo valor de cadeia de caracteres GUID.