Table of Contents

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

object

InitialValue

public object? InitialValue { get; set; }

Property Value

object

ValueContributed

public int ValueContributed { get; set; }

Property Value

int