IdentityUserRole<TKey> Klasa

Definicja

Reprezentuje łącze między użytkownikiem a rolą.

generic <typename TKey>
 where TKey : IEquatable<TKey>public ref class IdentityUserRole
public class IdentityUserRole<TKey> where TKey : IEquatable<TKey>
type IdentityUserRole<'Key (requires 'Key :> IEquatable<'Key>)> = class
Public Class IdentityUserRole(Of TKey)

Parametry typu

TKey

Typ klucza podstawowego używanego dla użytkowników i ról.

Dziedziczenie
IdentityUserRole<TKey>

Konstruktory

IdentityUserRole<TKey>()

Reprezentuje łącze między użytkownikiem a rolą.

Właściwości

RoleId

Pobiera lub ustawia klucz podstawowy roli połączonej z użytkownikiem.

UserId

Pobiera lub ustawia klucz podstawowy użytkownika połączonego z rolą.

Dotyczy