Class CreateModalModel.OrganizationUnitInfoModel
Inheritance
CreateModalModel.OrganizationUnitInfoModel
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class CreateModalModel.OrganizationUnitInfoModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
OrganizationUnitInfoModel()
Declaration
public OrganizationUnitInfoModel()
Properties
DisplayName
Declaration
[Required]
[DynamicStringLength(typeof(OrganizationUnitConsts), "MaxDisplayNameLength", null)]
public string DisplayName { get; set; }
Property Value
ParentId
Declaration
[HiddenInput]
public Guid? ParentId { get; set; }
Property Value
Implements
Extension Methods