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
Id
public string Id { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
NormalizedName
public string NormalizedName { get; set; }
Property Value
Methods
ToRole<TRole>()
public TRole ToRole<TRole>() where TRole : SqliteIdentityRole, new()
Returns
- TRole
Type Parameters
TRole