Class Sensor
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a sensor, which is a device or component used to detect and measure physical phenomena such as temperature, pressure, or motion.
public class Sensor
- Inheritance
-
Sensor
- Inherited Members
- Extension Methods
Properties
IsGeneral
public bool IsGeneral { get; set; }
Property Value
Name
public string? Name { get; set; }
Property Value
OnlyNumbers
public bool OnlyNumbers { get; set; }
Property Value
Title
public string? Title { get; set; }