Show / Hide Table of Contents

Class EdiDangerousGood

Information on dangerous goods

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

Properties

AdrRelease

ADR Release

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

ClassificationCode

The Classification code

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

ExemptedQuantity

Exempted quantity

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

GrossWeightKilogram

Weight of the consignment including all packaging (kg)

Declaration
public decimal? GrossWeightKilogram { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

HighConsequencesDangerousGoods

Transport of high consequences dangerous goods

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

LabelMainRisk

Label for main risk

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

LabelSubRisk1

Label for sub risk 1

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

LabelSubRisk2

Label for sub risk 2

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

LabelSubRisk3

Label for sub risk 3

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

LimitedQuantity

Limited quantity

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

Multiplier

Risk factor multiplier

Declaration
public int? Multiplier { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

NetExplosiveMassKilogram

The net explosive mass in kilogram

Declaration
public decimal? NetExplosiveMassKilogram { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

NetWeightKilogram

Net weight kilogram

Declaration
public decimal? NetWeightKilogram { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

PackagingClass

Packaging class

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

PackagingDescription

The packaging description

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

PackagingGroup

Packaging group

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

Quantity

The quantity

Declaration
public int? Quantity { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

References

Dangerous goods references

Declaration
public EdiDangerousGoodsReferences References { get; set; }
Property Value
Type Description
EdiDangerousGoodsReferences

SubstanceName

The substance Name

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

TechnicalNameIfNotOtherwiseSpecified

Technical name if not otherwise specified

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

TotalPointsAdr

Total points for ADR

Declaration
public int? TotalPointsAdr { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

TransportCategory

The transport category

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

TunnelRestriction

Restriction for tunnels

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

UniqueKey

The unique Key for this good

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

UnNo

The UN number, also known as the substance number, is an identification number that can be used for all dangerous substances.

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

VolumeLiter

Volume liter

Declaration
public decimal? VolumeLiter { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
Back to top Generated by DocFX