Class MinimalPocAndUnitDto
Represents a minimal data transfer object encapsulating point of consumption and unit information.
public class MinimalPocAndUnitDto
- Inheritance
-
MinimalPocAndUnitDto
- Inherited Members
- Extension Methods
Properties
PocId
public ObjectId PocId { get; set; }
Property Value
- ObjectId
PocName
public string? PocName { get; set; }
Property Value
UnitId
public ObjectId UnitId { get; set; }
Property Value
- ObjectId
UnitName
public string? UnitName { get; set; }