Show / Hide Table of Contents

Class CreateModalModel.AssignedRoleViewModel

Inheritance
object
CreateModalModel.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.Web.Pages.Identity.Users
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class CreateModalModel.AssignedRoleViewModel

Constructors

AssignedRoleViewModel()

Declaration
public AssignedRoleViewModel()

Properties

IsAssigned

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

IsDefault

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

Name

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