Class BoolObservation
- Namespace
- adas_core.Domain.Models.Observations
- Assembly
- adas-core.Domain.dll
Represents an observation that conveys a boolean value, extending the base Observation type.
public class BoolObservation : Observation
- Inheritance
-
BoolObservation
- Inherited Members
- Extension Methods
Properties
Value
public bool Value { get; set; }