Freigeben über


IdentityRole<TKey,TUserRole> Klasse

Definition

generic <typename TKey, typename TUserRole>
 where TUserRole : IdentityUserRole<TKey>public ref class IdentityRole : Microsoft::AspNet::Identity::EntityFramework::IdentityRole<TKey, TUserRole>
public class IdentityRole<TKey,TUserRole> : Microsoft.AspNet.Identity.EntityFramework.IdentityRole<TKey,TUserRole> where TUserRole : IdentityUserRole<TKey>
type IdentityRole<'Key, 'UserRole (requires 'UserRole :> IdentityUserRole<'Key>)> = class
    inherit IdentityRole<'Key, 'UserRole (requires 'UserRole :> IdentityUserRole<'Key>)>
Public Class IdentityRole(Of TKey, TUserRole)
Inherits IdentityRole(Of TKey, TUserRole)

Typparameter

TKey
TUserRole
Vererbung
Microsoft.AspNet.Identity.EntityFramework.IdentityRole<TKey,TUserRole>
IdentityRole<TKey,TUserRole>
Abgeleitet

Konstruktoren

IdentityRole<TKey,TUserRole>()

Eigenschaften

Claims

Navigationseigenschaft für Ansprüche in der Rolle

ConcurrencyStamp

Parallelitätsstempel

NormalizedName

Normalisierter Rollenname

Gilt für: