Class UpdateMasterListDetailsDto
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; }