Class ConfigObservation.ColorRange
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a range of colors, typically used to define a spectrum or gradient between a start and end color.
public class ConfigObservation.ColorRange
- Inheritance
-
ConfigObservation.ColorRange
- Inherited Members
- Extension Methods
Fields
ValueType
public ObservationEnum.ValueType? ValueType
Field Value
Properties
Color
public string? Color { get; set; }
Property Value
Label
public string? Label { get; set; }
Property Value
MatchBoolean
public bool? MatchBoolean { get; set; }
Property Value
- bool?
MatchText
public string? MatchText { get; set; }
Property Value
Max
public double? Max { get; set; }
Property Value
MaxDate
public string? MaxDate { get; set; }
Property Value
Min
public double? Min { get; set; }
Property Value
MinDate
public string? MinDate { get; set; }