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