Show / Hide Table of Contents

Class EditModalModel.AssignedRoleViewModel

Inheritance
object
EditModalModel.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 EditModalModel.AssignedRoleViewModel

Constructors

AssignedRoleViewModel()

Declaration
public AssignedRoleViewModel()

Properties

Id

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

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
[Required]
[HiddenInput]
public string Name { get; set; }
Property Value
Type Description
string

Methods

GetShownName(HtmlEncoder, string)

Declaration
public string GetShownName(HtmlEncoder htmlEncoder, string inheritedFrom)
Parameters
Type Name Description
HtmlEncoder htmlEncoder
string inheritedFrom
Returns
Type Description
string
In this article
Back to top Powered by Volosoft