Class EditModalModel.TenantInfoModel
Inheritance
System.Object
EditModalModel.TenantInfoModel
Namespace: Volo.Abp.TenantManagement.Web.Pages.TenantManagement.Tenants
Assembly: Volo.Abp.TenantManagement.Web.dll
Syntax
public class TenantInfoModel : ExtensibleObject
Properties
Id
Declaration
[HiddenInput]
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
Name
Declaration
[Required]
[Display(Name = "DisplayName:TenantName")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |