Show / Hide Table of Contents

Class EditionManagement.DeleteEditionViewModel

Inheritance
object
EditionManagement.DeleteEditionViewModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Saas.Host.Blazor.Pages.Saas.Host
Assembly: Volo.Saas.Host.Blazor.dll
Syntax
public class EditionManagement.DeleteEditionViewModel

Constructors

DeleteEditionViewModel()

Declaration
public DeleteEditionViewModel()

Properties

AssignEdition

Declaration
public bool AssignEdition { get; set; }
Property Value
Type Description
bool

AssignToEditionId

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

DisabledDeleteButton

Declaration
public bool DisabledDeleteButton { get; set; }
Property Value
Type Description
bool

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

Id

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

OtherEditions

Declaration
public List<EditionDto> OtherEditions { get; set; }
Property Value
Type Description
List<EditionDto>

TenantCount

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