Class SaasTenantCreateOrUpdateDtoBase
Inheritance
SaasTenantCreateOrUpdateDtoBase
Assembly: Volo.Saas.Host.Application.Contracts.dll
Syntax
public abstract class SaasTenantCreateOrUpdateDtoBase : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
SaasTenantCreateOrUpdateDtoBase()
Declaration
protected SaasTenantCreateOrUpdateDtoBase()
Properties
ActivationEndDate
Declaration
public DateTime? ActivationEndDate { get; set; }
Property Value
ActivationState
Declaration
public TenantActivationState ActivationState { get; set; }
Property Value
EditionEndDateUtc
Declaration
public DateTime? EditionEndDateUtc { get; set; }
Property Value
EditionId
Declaration
public Guid? EditionId { get; set; }
Property Value
Name
Declaration
[Required]
[DynamicStringLength(typeof(TenantConsts), "MaxNameLength", null)]
[Display(Name = "TenantName")]
public string Name { get; set; }
Property Value
Implements
Extension Methods