Show / Hide Table of Contents

Class EdiVoltage

The voltage of the trailer/vehicle

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

Properties

External

The external voltage

Declaration
public decimal External { get; set; }
Property Value
Type Description
System.Decimal

Internal

The internal voltage

Declaration
public decimal Internal { get; set; }
Property Value
Type Description
System.Decimal
Back to top Generated by DocFX