Table of Contents

Class TenantType

Namespace
KadicAuth.Domain.Entities
Assembly
KadicAuth.Domain.dll
public sealed class TenantType
Inheritance
object
TenantType

Constructors

TenantType(Guid, string, string)

public TenantType(Guid id, string code, string name)

Parameters

id Guid
code string
name string

Properties

Code

public string Code { get; }

Property Value

string

Id

public Guid Id { get; }

Property Value

Guid

IsActive

public bool IsActive { get; }

Property Value

bool

Name

public string Name { get; }

Property Value

string

Tenants

public ICollection<Tenant> Tenants { get; set; }

Property Value

ICollection<Tenant>

Methods

Activate()

public void Activate()

Deactivate()

public void Deactivate()