Table of Contents

Class ModuleWithSubModulesInput

Namespace
KadicAuth.Application.TenantModules.Commands
Assembly
KadicAuth.Application.dll
public sealed record ModuleWithSubModulesInput
Inheritance
object
ModuleWithSubModulesInput

Constructors

ModuleWithSubModulesInput(Guid, IEnumerable<Guid>?)

public ModuleWithSubModulesInput(Guid ModuleId, IEnumerable<Guid>? SubModuleIds = null)

Parameters

ModuleId Guid
SubModuleIds IEnumerable<Guid>

Properties

ModuleId

public Guid ModuleId { get; init; }

Property Value

Guid

SubModuleIds

public IEnumerable<Guid>? SubModuleIds { get; init; }

Property Value

IEnumerable<Guid>