Class OrganizationUnitsManagement.DeleteOuViewModel
Inheritance
OrganizationUnitsManagement.DeleteOuViewModel
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
AssignToOrganizationUnitId
Declaration
public Guid? AssignToOrganizationUnitId { get; set; }
Property Value
DisabledDeleteButton
Declaration
public bool DisabledDeleteButton { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
OtherOrganizationUnits
Declaration
public List<OrganizationUnitWithDetailsDto> OtherOrganizationUnits { get; set; }
Property Value
UserCount
Declaration
public long UserCount { get; set; }
Property Value
Extension Methods