Class OrganizationUnitCreateOrUpdateDtoBase
Inheritance
OrganizationUnitCreateOrUpdateDtoBase
Inherited Members
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public abstract class OrganizationUnitCreateOrUpdateDtoBase : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
OrganizationUnitCreateOrUpdateDtoBase()
Declaration
protected OrganizationUnitCreateOrUpdateDtoBase()
Properties
DisplayName
Declaration
[Required]
[DynamicStringLength(typeof(OrganizationUnitConsts), "MaxDisplayNameLength", null)]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |