Show / Hide Table of Contents

Class EditionCreateOrUpdateDtoBase

Inheritance
object
EditionCreateOrUpdateDtoBase
EditionCreateDto
EditionUpdateDto
Namespace: Volo.Saas.Host.Dtos
Assembly: Volo.Saas.Host.Application.Contracts.dll
Syntax
public abstract class EditionCreateOrUpdateDtoBase : ExtensibleObject

Constructors

EditionCreateOrUpdateDtoBase()

Declaration
protected EditionCreateOrUpdateDtoBase()

Properties

DisplayName

Declaration
[Required]
[Display(Name = "EditionName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

PlanId

Declaration
public Guid? PlanId { get; set; }
Property Value
Type Description
Guid?
In this article
Back to top Powered by Volosoft