Class Role
Inheritance
System.Object
Microsoft.AspNetCore.Identity.IdentityRole<System.String>
Role
Inherited Members
Microsoft.AspNetCore.Identity.IdentityRole<System.String>.Id
Microsoft.AspNetCore.Identity.IdentityRole<System.String>.Name
Microsoft.AspNetCore.Identity.IdentityRole<System.String>.NormalizedName
Microsoft.AspNetCore.Identity.IdentityRole<System.String>.ConcurrencyStamp
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TcOpen.Inxton.Security
Assembly: TcOpen.Inxton.Abstractions.dll
Syntax
public class Role : IdentityRole<string>
Constructors
| Improve this Doc View SourceRole(String)
Declaration
public Role(string Name)
Parameters
Type | Name | Description |
---|---|---|
System.String | Name |
Role(String, String)
Declaration
public Role(string Name, string DefaultGroup)
Parameters
Type | Name | Description |
---|---|---|
System.String | Name | |
System.String | DefaultGroup |
Properties
| Improve this Doc View SourceDefaultGroup
Declaration
public string DefaultGroup { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
Microsoft.AspNetCore.Identity.IdentityRole<System.String>.ToString()