Show / Hide Table of Contents

Class CreateModalModel.AssignedRoleViewModel

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

Properties

IsAssigned

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

IsDefault

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

Name

Declaration
[Required]
[HiddenInput]
public string Name { get; set; }
Property Value
Type Description
System.String
Back to top Powered by Volosoft