Show / Hide Table of Contents

Class RoleManagement.DeleteRoleViewModel

Inheritance
object
RoleManagement.DeleteRoleViewModel
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 RoleManagement.DeleteRoleViewModel

Constructors

DeleteRoleViewModel()

Declaration
public DeleteRoleViewModel()

Properties

AssignRole

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

AssignToRoleId

Declaration
public Guid? AssignToRoleId { get; set; }
Property Value
Type Description
Guid?

DisabledDeleteButton

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

Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
Guid

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

OtherRoles

Declaration
public List<IdentityRoleDto> OtherRoles { get; set; }
Property Value
Type Description
List<IdentityRoleDto>

UserCount

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