Compartilhar via


IdentityRole Construtores

Definição

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.

Aplica-se a