Table of Contents

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

bool

Name

public string Name { get; set; }

Property Value

string

Options

public Options Options { get; set; }

Property Value

Options

Type

public string Type { get; set; }

Property Value

string