Class TenantCreateDto
Inheritance
TenantCreateDto
Assembly: Volo.Abp.TenantManagement.Application.Contracts.dll
Syntax
public class TenantCreateDto : TenantCreateOrUpdateDtoBase, IHasExtraProperties, IValidatableObject
Constructors
TenantCreateDto()
Declaration
Properties
AdminEmailAddress
Declaration
[Required]
[EmailAddress]
[MaxLength(256)]
public virtual string AdminEmailAddress { get; set; }
Property Value
AdminPassword
Declaration
[Required]
[MaxLength(128)]
[DisableAuditing]
public virtual string AdminPassword { get; set; }
Property Value
Implements
Extension Methods