Show / Hide Table of Contents

Class CreateModalModel.EditionInfoModel

Inheritance
object
CreateModalModel.EditionInfoModel
Namespace: Volo.Saas.Host.Pages.Saas.Host.Editions
Assembly: Volo.Saas.Host.Web.dll
Syntax
public class CreateModalModel.EditionInfoModel : ExtensibleObject

Constructors

EditionInfoModel()

Declaration
public EditionInfoModel()

Properties

DisplayName

Declaration
[Required]
[Display(Name = "Display Name")]
[StringLength(128)]
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