Class LightBeacon
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a light beacon, typically used to emit or signal light as a visual indicator or warning marker.
public class LightBeacon
- Inheritance
-
LightBeacon
- Inherited Members
- Extension Methods
Properties
Id
public ObjectId Id { get; set; }
Property Value
- ObjectId
InUse
public bool InUse { get; }
Property Value
Name
public string Name { get; set; }
Property Value
Options
public Options Options { get; set; }
Property Value
Type
public string Type { get; set; }