Class AssignModulesWithSubModulesResult
- Namespace
- KadicAuth.Application.TenantModules.Commands
- Assembly
- KadicAuth.Application.dll
public sealed record AssignModulesWithSubModulesResult
- Inheritance
-
object
AssignModulesWithSubModulesResult
Constructors
AssignModulesWithSubModulesResult(int, int, int, List<Guid>, List<Guid>)
public AssignModulesWithSubModulesResult(int ModulesAssigned, int ModulesSkipped, int SubModulesAssigned, List<Guid> AssignedModuleIds, List<Guid> AssignedSubModuleIds)
Parameters
ModulesAssigned int
ModulesSkipped int
SubModulesAssigned int
AssignedModuleIds List<Guid>
AssignedSubModuleIds List<Guid>
Properties
AssignedModuleIds
public List<Guid> AssignedModuleIds { get; init; }
Property Value
- List<Guid>
AssignedSubModuleIds
public List<Guid> AssignedSubModuleIds { get; init; }
Property Value
- List<Guid>
ModulesAssigned
public int ModulesAssigned { get; init; }
Property Value
- int
ModulesSkipped
public int ModulesSkipped { get; init; }
Property Value
- int
SubModulesAssigned
public int SubModulesAssigned { get; init; }
Property Value
- int