Class EditionManagement.MoveAllTenantsViewModel
Inheritance
EditionManagement.MoveAllTenantsViewModel
Assembly: Volo.Saas.Host.Blazor.dll
Syntax
public class EditionManagement.MoveAllTenantsViewModel
Constructors
MoveAllTenantsViewModel()
Declaration
public MoveAllTenantsViewModel()
Properties
Id
Declaration
public Guid Id { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
TargetEditionId
Declaration
public Guid? TargetEditionId { get; set; }
Property Value
TargetEditions
Declaration
public List<EditionDto> TargetEditions { get; set; }
Property Value
Extension Methods