Table of Contents

Class RoleSimpleDto

Namespace
KadicAuth.Application.Roles.DTOs
Assembly
KadicAuth.Application.dll
public sealed record RoleSimpleDto
Inheritance
object
RoleSimpleDto

Constructors

RoleSimpleDto(Guid, Guid, string, string?)

public RoleSimpleDto(Guid Id, Guid TenantId, string Name, string? Description)

Parameters

Id Guid
TenantId Guid
Name string
Description string

Properties

Description

public string? Description { get; init; }

Property Value

string

Id

public Guid Id { get; init; }

Property Value

Guid

Name

public string Name { get; init; }

Property Value

string

TenantId

public Guid TenantId { get; init; }

Property Value

Guid