Table of Contents

Class TenantModuleWithSubModulesDto

Namespace
KadicAuth.Application.Tenants.DTOs
Assembly
KadicAuth.Application.dll
public sealed record TenantModuleWithSubModulesDto
Inheritance
object
TenantModuleWithSubModulesDto

Constructors

TenantModuleWithSubModulesDto(Guid, string, string, IEnumerable<TenantSubModuleWithTenantDto>)

public TenantModuleWithSubModulesDto(Guid Id, string Slug, string Name, IEnumerable<TenantSubModuleWithTenantDto> SubModules)

Parameters

Id Guid
Slug string
Name string
SubModules IEnumerable<TenantSubModuleWithTenantDto>

Properties

Id

public Guid Id { get; init; }

Property Value

Guid

Name

public string Name { get; init; }

Property Value

string

Slug

public string Slug { get; init; }

Property Value

string

SubModules

public IEnumerable<TenantSubModuleWithTenantDto> SubModules { get; init; }

Property Value

IEnumerable<TenantSubModuleWithTenantDto>