Compartir a través de


IdentityRole<TKey> Constructores

Definición

Sobrecargas

IdentityRole<TKey>()

Inicializa una nueva instancia de la clase IdentityRole<TKey>.

IdentityRole<TKey>(String)

Inicializa una nueva instancia de la clase 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

Inicializa una nueva instancia de la clase IdentityRole<TKey>.

public:
 IdentityRole();
public IdentityRole ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase 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

Nombre del rol.

Se aplica a