Freigeben über


IdentityRole Konstruktoren

Definition

Überlädt

IdentityRole()

Initialisiert eine neue Instanz von IdentityRole.

IdentityRole(String)

Initialisiert eine neue Instanz von IdentityRole.

IdentityRole()

Quelle:
IdentityRole.cs
Quelle:
IdentityRole.cs
Quelle:
IdentityRole.cs
Quelle:
IdentityRole.cs
Quelle:
IdentityRole.cs
Quelle:
IdentityRole.cs
Quelle:
IdentityRole.cs
Quelle:
IdentityRole.cs
Quelle:
IdentityRole.cs

Initialisiert eine neue Instanz von IdentityRole.

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

Hinweise

Die Id-Eigenschaft wird initialisiert, um einen neuen GUID-Zeichenfolgenwert zu bilden.

Gilt für:

IdentityRole(String)

Quelle:
IdentityRole.cs
Quelle:
IdentityRole.cs
Quelle:
IdentityRole.cs
Quelle:
IdentityRole.cs
Quelle:
IdentityRole.cs
Quelle:
IdentityRole.cs
Quelle:
IdentityRole.cs
Quelle:
IdentityRole.cs
Quelle:
IdentityRole.cs

Initialisiert eine neue Instanz von 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)

Parameter

roleName
String

Der Name der Rolle.

Hinweise

Die Id-Eigenschaft wird initialisiert, um einen neuen GUID-Zeichenfolgenwert zu bilden.

Gilt für: