Show / Hide Table of Contents

Class OrganizationUnitsManagement.DeleteOuViewModel

Inheritance
object
OrganizationUnitsManagement.DeleteOuViewModel
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 OrganizationUnitsManagement.DeleteOuViewModel

Constructors

DeleteOuViewModel()

Declaration
public DeleteOuViewModel()

Properties

AssignOrganizationUnit

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

AssignToOrganizationUnitId

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

DisabledDeleteButton

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

DisplayName

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

Id

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

OtherOrganizationUnits

Declaration
public List<OrganizationUnitWithDetailsDto> OtherOrganizationUnits { get; set; }
Property Value
Type Description
List<OrganizationUnitWithDetailsDto>

UserCount

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