Table of Contents

Class PoCMapping

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

Represents a mapping structure, likely used to define relationships or transformations within a Proof of Concept (PoC) implementation.

public class PoCMapping
Inheritance
PoCMapping
Inherited Members
Extension Methods

Remarks

This class serves as a container or descriptor for mapping logic, commonly used to translate data between different representations or models.

Properties

Id

public string Id { get; set; }

Property Value

string

PointOfCares

public List<PoCMappingItem> PointOfCares { get; set; }

Property Value

List<PoCMappingItem>