Show / Hide Table of Contents

Class CreateModalModel.OrganizationUnitInfoModel

Inheritance
System.Object
CreateModalModel.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

ParentId

Declaration
[HiddenInput]
public Guid? ParentId { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>
Back to top Powered by Volosoft