Table of Contents

Class UpdateMasterListDetailsDto

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

Represents a data transfer object used to transfer updated master list details between application layers.

public class UpdateMasterListDetailsDto
Inheritance
UpdateMasterListDetailsDto
Inherited Members
Extension Methods

Properties

CanAddElement

public bool? CanAddElement { get; set; }

Property Value

bool?

OptionListDetails

public OptionListDetails? OptionListDetails { get; set; }

Property Value

OptionListDetails