Table of Contents

Interface IIdentityRole<TKey>

Namespace
LinqToDB.Identity
Assembly
LinqToDB.Identity.dll

Represents a role in the identity system

public interface IIdentityRole<TKey> : IConcurrency<TKey> where TKey : IEquatable<TKey>

Type Parameters

TKey

The type used for the primary key for the role.

Inherited Members

Properties

Name

Gets or sets the name for this role.

string Name { get; set; }

Property Value

string

NormalizedName

Gets or sets the normalized name for this role.

string NormalizedName { get; set; }

Property Value

string