Class AssignSubModulesBatchResult
- Namespace
- KadicAuth.Application.TenantSubModules.Commands
- Assembly
- KadicAuth.Application.dll
public sealed record AssignSubModulesBatchResult
- Inheritance
-
object
AssignSubModulesBatchResult
Constructors
AssignSubModulesBatchResult(int, int, List<Guid>, List<Guid>)
public AssignSubModulesBatchResult(int Assigned, int Skipped, List<Guid> AssignedSubModuleIds, List<Guid> SkippedSubModuleIds)
Parameters
Assigned int
Skipped int
AssignedSubModuleIds List<Guid>
SkippedSubModuleIds List<Guid>
Properties
Assigned
public int Assigned { get; init; }
Property Value
- int
AssignedSubModuleIds
public List<Guid> AssignedSubModuleIds { get; init; }
Property Value
- List<Guid>
Skipped
public int Skipped { get; init; }
Property Value
- int
SkippedSubModuleIds
public List<Guid> SkippedSubModuleIds { get; init; }
Property Value
- List<Guid>