Class EdiTemperature
The temperature of the trailer
Inheritance
System.Object
EdiTemperature
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiTemperature : object
Properties
Name
Name of the signal
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 number
Declaration
public decimal Value { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |