次の方法で共有


IdentityRole コンストラクター

定義

オーバーロード

IdentityRole()

IdentityRole の新しいインスタンスを初期化します。

IdentityRole(String)

IdentityRole の新しいインスタンスを初期化します。

IdentityRole()

ソース:
IdentityRole.cs
ソース:
IdentityRole.cs
ソース:
IdentityRole.cs
ソース:
IdentityRole.cs
ソース:
IdentityRole.cs
ソース:
IdentityRole.cs
ソース:
IdentityRole.cs
ソース:
IdentityRole.cs
ソース:
IdentityRole.cs

IdentityRole の新しいインスタンスを初期化します。

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

注釈

Id プロパティは、新しい GUID 文字列値を形成するために初期化されます。

適用対象

IdentityRole(String)

ソース:
IdentityRole.cs
ソース:
IdentityRole.cs
ソース:
IdentityRole.cs
ソース:
IdentityRole.cs
ソース:
IdentityRole.cs
ソース:
IdentityRole.cs
ソース:
IdentityRole.cs
ソース:
IdentityRole.cs
ソース:
IdentityRole.cs

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)

パラメーター

roleName
String

ロール名。

注釈

Id プロパティは、新しい GUID 文字列値を形成するために初期化されます。

適用対象