Show / Hide Table of Contents

Class SaasTenantCreateOrUpdateDtoBase

Inheritance
object
SaasTenantCreateOrUpdateDtoBase
SaasTenantCreateDto
SaasTenantUpdateDto
Namespace: Volo.Saas.Host.Dtos
Assembly: Volo.Saas.Host.Application.Contracts.dll
Syntax
public abstract class SaasTenantCreateOrUpdateDtoBase : ExtensibleObject

Constructors

SaasTenantCreateOrUpdateDtoBase()

Declaration
protected SaasTenantCreateOrUpdateDtoBase()

Properties

ActivationEndDate

Declaration
public DateTime? ActivationEndDate { get; set; }
Property Value
Type Description
DateTime?

ActivationState

Declaration
public TenantActivationState ActivationState { get; set; }
Property Value
Type Description
TenantActivationState

EditionEndDateUtc

Declaration
public DateTime? EditionEndDateUtc { get; set; }
Property Value
Type Description
DateTime?

EditionId

Declaration
public Guid? EditionId { get; set; }
Property Value
Type Description
Guid?

Name

Declaration
[Required]
[StringLength(64)]
[Display(Name = "TenantName")]
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft