Table of Contents

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

bool

Name

public string? Name { get; set; }

Property Value

string

OnlyNumbers

public bool OnlyNumbers { get; set; }

Property Value

bool

Title

public string? Title { get; set; }

Property Value

string