Class TenantCreateOrUpdateDtoBase
Inheritance
TenantCreateOrUpdateDtoBase
Assembly: Volo.Abp.TenantManagement.Application.Contracts.dll
Syntax
public abstract class TenantCreateOrUpdateDtoBase : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
TenantCreateOrUpdateDtoBase()
Declaration
public TenantCreateOrUpdateDtoBase()
Properties
Name
Declaration
[Required]
[DynamicStringLength(typeof(TenantConsts), "MaxNameLength", null)]
[Display(Name = "TenantName")]
public string Name { get; set; }
Property Value
Implements
Extension Methods