Table of Contents

Class ValueCondif

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

Represents a value configuration entity used to encapsulate configurable data or settings.

public class ValueCondif
Inheritance
ValueCondif
Inherited Members
Extension Methods

Properties

Max

public double Max { get; set; }

Property Value

double

MaxWarn

public double? MaxWarn { get; set; }

Property Value

double?

Min

public double Min { get; set; }

Property Value

double

MinWarn

public double? MinWarn { get; set; }

Property Value

double?

Name

public string Name { get; set; }

Property Value

string

Obsid

public string Obsid { get; set; }

Property Value

string