Table of Contents

Class MinimalPocAndUnitDto

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

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

string

UnitId

public ObjectId UnitId { get; set; }

Property Value

ObjectId

UnitName

public string? UnitName { get; set; }

Property Value

string