Table of Contents

Class SqliteIdentityStorage.RoleRow

Namespace
Hi.SqliteUtils
Assembly
HiNc.dll
public class SqliteIdentityStorage.RoleRow
Inheritance
SqliteIdentityStorage.RoleRow
Inherited Members
Extension Methods

Properties

ConcurrencyStamp

public string ConcurrencyStamp { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

NormalizedName

public string NormalizedName { get; set; }

Property Value

string

Methods

ToRole<TRole>()

public TRole ToRole<TRole>() where TRole : SqliteIdentityRole, new()

Returns

TRole

Type Parameters

TRole