Class TenantModuleDto
- Namespace
- KadicAuth.Application.TenantModules.DTOs
- Assembly
- KadicAuth.Application.dll
public sealed record TenantModuleDto
- Inheritance
-
object
TenantModuleDto
Constructors
TenantModuleDto(Guid, Guid, Guid, string, string, bool, DateTime, DateTime?)
public TenantModuleDto(Guid Id, Guid TenantId, Guid ModuleId, string ModuleName, string ModuleKey, bool IsActive, DateTime CreatedAt, DateTime? UpdatedAt)
Parameters
Id Guid
TenantId Guid
ModuleId Guid
ModuleName string
ModuleKey string
IsActive bool
CreatedAt DateTime
UpdatedAt DateTime?
Properties
CreatedAt
public DateTime CreatedAt { get; init; }
Property Value
- DateTime
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
ModuleKey
public string ModuleKey { get; init; }
Property Value
- string
ModuleName
public string ModuleName { get; init; }
Property Value
- string
TenantId
public Guid TenantId { get; init; }
Property Value
- Guid
UpdatedAt
public DateTime? UpdatedAt { get; init; }
Property Value
- DateTime?