UserStore<TUser,TRole,TContext,TKey>.CreateUserRole メソッド

定義

の新しいインスタンスを作成するために呼び出されます IdentityUserRole<TKey>

protected:
 override Microsoft::AspNetCore::Identity::EntityFrameworkCore::IdentityUserRole<TKey> ^ CreateUserRole(TUser user, TRole role);
protected override Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserRole<TKey> CreateUserRole (TUser user, TRole role);
override this.CreateUserRole : 'User * 'Role -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserRole<'Key (requires 'Key :> IEquatable<'Key>)>
Protected Overrides Function CreateUserRole (user As TUser, role As TRole) As IdentityUserRole(Of TKey)

パラメーター

user
TUser

関連付けられたユーザー。

role
TRole

関連付けられているロール。

戻り値

適用対象