Show / Hide Table of Contents

Class TourDangerousGoods

Dangerous goods to be declared contained in a consignment

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

Properties

IsAdr

Fits the European Agreement concerning the International Carriage of Dangerous Goods by Road

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

TotalPointAdr

Total Point to ADR

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