Show / Hide Table of Contents

Class EditionManagement.MoveAllTenantsViewModel

Inheritance
object
EditionManagement.MoveAllTenantsViewModel
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.MoveAllTenantsViewModel

Constructors

MoveAllTenantsViewModel()

Declaration
public MoveAllTenantsViewModel()

Properties

Id

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

Name

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

TargetEditionId

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

TargetEditions

Declaration
public List<EditionDto> TargetEditions { get; set; }
Property Value
Type Description
List<EditionDto>
In this article
Back to top Powered by Volosoft