Show / Hide Table of Contents

Class EdiSpecialEquipment

Special loading equipment, like a fork lift, crane...

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiSpecialEquipment
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiSpecialEquipment : EdiPatternPropertiesBase

Properties

Crane

A crane is needed for the transport

Declaration
public bool? Crane { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ForkLift

A forklift is needed for the transport

Declaration
public bool? ForkLift { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

HandLifter

A hand lifter is needed for the transport

Declaration
public bool? HandLifter { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

LiftingPlatform

A lifting platform is needed for the transport

Declaration
public bool? LiftingPlatform { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

RefrigeratedTruck

A refrigerated truck is needed for the transport

Declaration
public bool? RefrigeratedTruck { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Remarks

Additional remarks (free form)

Declaration
public string Remarks { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX