Class ModuleDto
- Namespace
- KadicAuth.Application.Modules.DTOs
- Assembly
- KadicAuth.Application.dll
- Inheritance
-
object
ModuleDto
Constructors
ModuleDto(Guid, string, string, string?, bool, DateTime)
public ModuleDto(Guid Id, string Key, string Name, string? Description, bool IsActive, DateTime CreatedAt)
Parameters
Id Guid
Key string
Name string
Description string
IsActive bool
CreatedAt 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
Key
public string Key { get; init; }
Property Value
- string
Name
public string Name { get; init; }
Property Value
- string