Class PoCMappingItem
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a single item used in a proof of concept (PoC) mapping, encapsulating the data or configuration required to define a mapping entry.
public class PoCMappingItem
- Inheritance
-
PoCMappingItem
- Inherited Members
- Extension Methods
Properties
Beds
public List<List<string>> Beds { get; set; }
Property Value
NewPoC
public string NewPoC { get; set; }
Property Value
OriginalPoC
public string OriginalPoC { get; set; }