Table of Contents

Class ObsUnitMapContributor

Namespace
adas_core.Infrastructure.Utils.MongoMaps
Assembly
adas-core.Infrastructure.dll

Represents a contributor that participates in entity mapping for observation units by implementing the IEntityMapContributor contract.

public class ObsUnitMapContributor : IEntityMapContributor
Inheritance
ObsUnitMapContributor
Implements
Inherited Members
Extension Methods

Remarks

Used to register or supply mapping logic specific to observation unit entities within the entity mapping framework.

Methods

RegisterMaps()

Registers BSON class maps for ConfigUnits and ConfigUnitItem types if they have not already been registered, configuring how their members are serialized to MongoDB documents.

public void RegisterMaps()