Table of Contents

Class ConfigPumps

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

Represents a configuration container for pump-related settings.

public class ConfigPumps
Inheritance
ConfigPumps
Inherited Members
Extension Methods

Remarks

Used to manage and access configuration parameters specific to pump operations.

Properties

Id

public string Id { get; set; }

Property Value

string

Items

public List<ConfigPumpItem>? Items { get; set; }

Property Value

List<ConfigPumpItem>