Class CreateModalModel.OrganizationUnitInfoModel
Namespace: Volo.Abp.Identity.Web.Pages.Identity.OrganizationUnits
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class CreateModalModel.OrganizationUnitInfoModel : ExtensibleObject
Constructors
OrganizationUnitInfoModel()
Declaration
public OrganizationUnitInfoModel()
Properties
DisplayName
Declaration
[Required]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentId
Declaration
[HiddenInput]
public Guid? ParentId { get; set; }
Property Value
Type | Description |
---|---|
Guid? |