IdentityRole Konstruktory

Definice

Přetížení

IdentityRole()

Konstruktor

IdentityRole(String)

Konstruktor

IdentityRole()

Konstruktor

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

Platí pro

IdentityRole(String)

Konstruktor

public:
 IdentityRole(System::String ^ roleName);
public IdentityRole (string roleName);
new Microsoft.AspNet.Identity.CoreCompat.IdentityRole : string -> Microsoft.AspNet.Identity.CoreCompat.IdentityRole
Public Sub New (roleName As String)

Parametry

roleName
String

Platí pro