Table of Contents

Class UpdateUnitIdListDto

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

Represents a data transfer object used to update a list of unit identifiers.

public class UpdateUnitIdListDto
Inheritance
UpdateUnitIdListDto
Inherited Members
Extension Methods

Properties

MasterListData

public List<MasterListData> MasterListData { get; set; }

Property Value

List<MasterListData>

UnitId

public ObjectId UnitId { get; set; }

Property Value

ObjectId

Methods

ToString()

Returns a string representation of the UpdateUnitIdListDto instance, including the formatted entries of its MasterListData collection.

public override string ToString()

Returns

string

A string in the format UpdateUnitIdListDto[... containing the concatenated MasterListData values.