次の方法で共有


IdentityRole<TKey> コンストラクター

定義

オーバーロード

IdentityRole<TKey>()

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

IdentityRole<TKey>(String)

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

IdentityRole<TKey>()

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

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

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

適用対象

IdentityRole<TKey>(String)

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

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)

パラメーター

roleName
String

ロール名。

適用対象