Class InterventionsValues
- Namespace
- adas_core.Domain.Models.AppSettings
- Assembly
- adas-core.Domain.dll
Represents a collection or container of values related to interventions.
public class InterventionsValues
- Inheritance
-
InterventionsValues
- Inherited Members
- Extension Methods
Properties
FinalValue
public object? FinalValue { get; set; }
Property Value
InitialValue
public object? InitialValue { get; set; }
Property Value
ValueContributed
public int ValueContributed { get; set; }