Class EditModalModel.OrganizationUnitInfoModel
Inheritance
System.Object
EditModalModel.OrganizationUnitInfoModel
Namespace: Volo.Abp.Identity.Web.Pages.Identity.OrganizationUnits
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class OrganizationUnitInfoModel : ExtensibleObject
Properties
DisplayName
Declaration
[Required]
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Declaration
[HiddenInput]
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |