Show / Hide Table of Contents

Class AssignedRoleViewModel

Inheritance
object
AssignedRoleViewModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity.Pro.Blazor.Pages.Identity
Assembly: Volo.Abp.Identity.Pro.Blazor.dll
Syntax
public class AssignedRoleViewModel

Constructors

AssignedRoleViewModel()

Declaration
public AssignedRoleViewModel()

Properties

IsAssigned

Declaration
public bool IsAssigned { get; set; }
Property Value
Type Description
bool

IsInheritedFromOu

Declaration
public bool IsInheritedFromOu { get; set; }
Property Value
Type Description
bool

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft