Class EditModalModel.TenantInfoModel
Inheritance
EditModalModel.TenantInfoModel
Assembly: Volo.Abp.TenantManagement.Web.dll
Syntax
public class EditModalModel.TenantInfoModel : ExtensibleObject, IHasExtraProperties, IValidatableObject, IHasConcurrencyStamp
Constructors
TenantInfoModel()
Declaration
Properties
ConcurrencyStamp
Declaration
[HiddenInput]
public string ConcurrencyStamp { get; set; }
Property Value
Id
Declaration
[HiddenInput]
public Guid Id { 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