Table of Contents

Class UpdateOptionMasterListDto

Namespace
adas_core.Domain.Models.DTO
Assembly
adas-core.Domain.dll

Represents a data transfer object used to update an option master list.

public class UpdateOptionMasterListDto
Inheritance
UpdateOptionMasterListDto
Inherited Members
Extension Methods

Properties

OldOption

public OptionList? OldOption { get; set; }

Property Value

OptionList

OptionId

public string? OptionId { get; set; }

Property Value

string

UpdatedOption

public OptionList? UpdatedOption { get; set; }

Property Value

OptionList