Class CreateModalModel.TenantInfoModel
Inheritance
CreateModalModel.TenantInfoModel
Assembly: Volo.Abp.TenantManagement.Web.dll
Syntax
public class CreateModalModel.TenantInfoModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
TenantInfoModel()
Declaration
Properties
AdminEmailAddress
Declaration
[Required]
[EmailAddress]
[DynamicStringLength(typeof(TenantConsts), "MaxAdminEmailAddressLength", null)]
public string AdminEmailAddress { get; set; }
Property Value
AdminPassword
Declaration
[Required]
[DataType(DataType.Password)]
[DynamicStringLength(typeof(TenantConsts), "MaxPasswordLength", null)]
public string AdminPassword { get; set; }
Property Value
Name
Declaration
[Required]
[DynamicStringLength(typeof(TenantConsts), "MaxNameLength", null)]
[Display(Name = "DisplayName:TenantName")]
public string Name { get; set; }
Property Value
Implements
Extension Methods