Documentation modifications
This commit is contained in:
@@ -13,6 +13,10 @@ namespace adas_core.Infrastructure.Utils.MongoMaps
|
||||
/// </summary>
|
||||
public class PumpMapContributor : IEntityMapContributor
|
||||
{
|
||||
/// <summary>
|
||||
/// Registers BSON class maps for the pump-related domain models (<see cref="CommonPumpTypes.PumpValue"/>, <see cref="CommonPumpTypes.SyringeDetails"/>, <see cref="PumpObservation"/>, <see cref="PumpState"/>, <see cref="PumpAlarmEvent"/>, <see cref="PumpAlarmState"/>, <see cref="ConfigPumps"/>, and <see cref="ConfigPumpItem"/>) used by the MongoDB driver. Each map is registered only when no prior registration exists for the type, optional members are configured to be ignored when null, enum properties are serialized as strings, and the <c>Id</c> member is mapped to the <c>_id</c> element where applicable.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=d4dea7a body=345f688 -->
|
||||
public void RegisterMaps()
|
||||
{
|
||||
// ============================================================
|
||||
|
||||
Reference in New Issue
Block a user