Table of Contents

Class SubModuleDependencies

Namespace
KadicAuth.Application.Catalog.Abstractions
Assembly
KadicAuth.Application.dll

Lo que impide desactivar un submodulo.

public sealed record SubModuleDependencies
Inheritance
object
SubModuleDependencies

Constructors

SubModuleDependencies(IReadOnlyList<CatalogDependencyItem>, IReadOnlyList<CatalogDependencyItem>)

Lo que impide desactivar un submodulo.

public SubModuleDependencies(IReadOnlyList<CatalogDependencyItem> ActivePermissions, IReadOnlyList<CatalogDependencyItem> TenantsWithActiveAssignment)

Parameters

ActivePermissions IReadOnlyList<CatalogDependencyItem>
TenantsWithActiveAssignment IReadOnlyList<CatalogDependencyItem>

Properties

ActivePermissions

public IReadOnlyList<CatalogDependencyItem> ActivePermissions { get; init; }

Property Value

IReadOnlyList<CatalogDependencyItem>

BlocksDeactivation

public bool BlocksDeactivation { get; }

Property Value

bool

TenantsWithActiveAssignment

public IReadOnlyList<CatalogDependencyItem> TenantsWithActiveAssignment { get; init; }

Property Value

IReadOnlyList<CatalogDependencyItem>