Table of Contents

Class InactivationState

Namespace
adas_core.Domain.Models
Assembly
adas-core.Domain.dll

Represents a state indicating that an entity or process is currently inactive.

public class InactivationState
Inheritance
InactivationState
Inherited Members
Extension Methods

Properties

Acknowledge

public bool? Acknowledge { get; set; }

Property Value

bool?

Audio

public AlarmEnum.AudioVideoState? Audio { get; set; }

Property Value

AlarmEnum.AudioVideoState?

Visual

public AlarmEnum.AudioVideoState? Visual { get; set; }

Property Value

AlarmEnum.AudioVideoState?