Class UpdateUnitIdListDto
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
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 concatenatedMasterListDatavalues.