Table of Contents

Class LookupResultDto

Namespace
JJMasterData.Core.UI.Components
Assembly
JJMasterData.Core.dll
public record LookupResultDto : IEquatable<LookupResultDto>
Inheritance
LookupResultDto
Implements
Inherited Members

Constructors

LookupResultDto(string, string)

public LookupResultDto(string Id, string Description)

Parameters

Id string
Description string

Properties

Description

[JsonProperty("description")]
public string? Description { get; }

Property Value

string

Id

[JsonProperty("id")]
public string Id { get; }

Property Value

string