Class SubModuleDto
- Namespace
- KadicAuth.Application.SubModules.DTOs
- Assembly
- KadicAuth.Application.dll
public record SubModuleDto
- Inheritance
-
object
SubModuleDto
Constructors
SubModuleDto(Guid, Guid, string, string, string, bool, DateTime, DateTime?)
public SubModuleDto(Guid Id, Guid ModuleId, string ModuleName, string Name, string Description, bool IsActive, DateTime CreatedAt, DateTime? UpdatedAt)
Parameters
Id Guid
ModuleId Guid
ModuleName string
Name string
Description string
IsActive bool
CreatedAt DateTime
UpdatedAt DateTime?
Properties
CreatedAt
public DateTime CreatedAt { get; init; }
Property Value
- DateTime
Description
public string Description { get; init; }
Property Value
- string
Id
public Guid Id { get; init; }
Property Value
- Guid
IsActive
public bool IsActive { get; init; }
Property Value
- bool
ModuleId
public Guid ModuleId { get; init; }
Property Value
- Guid
ModuleName
public string ModuleName { get; init; }
Property Value
- string
Name
public string Name { get; init; }
Property Value
- string
UpdatedAt
public DateTime? UpdatedAt { get; init; }
Property Value
- DateTime?