Show / Hide Table of Contents

Class UserRoleModel

Inheritance
System.Object
UserRoleModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Identity.Models.AccountViewModels
Assembly: mix.identity.dll
Syntax
public class UserRoleModel

Properties

| Improve this Doc View Source

IsUserInRole

Declaration
public bool IsUserInRole { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

RoleId

Declaration
public string RoleId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RoleName

Declaration
public string RoleName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

UserId

Declaration
public string UserId { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾