Show / Hide Table of Contents

Class EdiDoorState

The door state of the trailer

Inheritance
System.Object
EdiDoorState
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiDoorState : object

Properties

Name

Name of the door

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

SignalId

The Signal Id

Declaration
public string SignalId { get; set; }
Property Value
Type Description
System.String

Value

The value as integer

Declaration
public int Value { get; set; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX