Click or drag to resize

HazmatContent Class

HazmatContent class.
HazMatContent holds hazardous materials attribute settings for hazardous materials based shipments.
Inheritance Hierarchy
SystemObject
  PSI.SoxHazmatContent

Namespace:  PSI.Sox
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
[SerializableAttribute]
[DataContractAttribute]
public class HazmatContent : ICloneable

The HazmatContent type exposes the following members.

Constructors
  NameDescription
Public methodHazmatContent
Initializes a new instance of the HazmatContent class
Top
Properties
  NameDescription
Public propertyCompanyId
Gets or sets CompanyId
Public propertyhazmat_quantity_unit Obsolete.
Gets or sets Hazardous Material Quantity
Public propertyhazmat_radioactive_activity_unit Obsolete.
Gets or sets Radioactive Material Activity
Public propertyhazmat_radioactive_surface_reading_unit Obsolete.
Gets or sets Radioactive Surface Reading
Public propertyHazmat500kgExemption
Gets or sets Hazardous Material 500 kg Exemption
Public propertyHazmatAccessible
Gets or sets Hazardous Material Accessible
Public propertyHazmatCaCategory
Gets or sets Hazardous Material Category (Canada)
Public propertyHazmatCargo
Gets or sets Hazardous Material Cargo Aircraft Only
Public propertyHazmatClass
Gets or sets Hazardous Material Class
Public propertyHazmatDescription
Gets or sets Hazardous Material Proper Shipping Name
Public propertyHazmatEmergencyContact
Gets or sets Hazardous Material Emergency Contact
Public propertyHazmatEmergencyPhone
Gets or sets Hazardous Material Emergency Phone Number
Public propertyHazmatExceptedQuantity
Gets or sets Hazardous Material Excepted Quantity
Public propertyHazmatExNumber
Gets or sets Hazardous Material EX Number
Public propertyHazmatId
Gets or sets Hazardous Material ID
Public propertyHazmatInfectiousResponsibleParty
Gets or sets Infectious Shipment Responsible Party
Public propertyHazmatLabel
Gets or sets Hazardous Material Label
Public propertyHazmatLimitedQuantity
Gets or sets Hazardous Material Limited Quantity
Public propertyHazmatPacking
Gets or sets Hazardous Material Packing
Public propertyHazmatPackingGroup
Gets or sets Hazardous Material Packing Group
Public propertyHazmatPackingInstruction
Gets or sets Hazardous Material Packing Instruction
Public propertyHazmatPercentage
Gets or sets Hazardous Material Percentage
Public propertyHazmatQuantity
Gets or sets Hazardous Material Quantity
Public propertyHazmatRadioactiveActivity
Gets or sets Radioactive Material Activity
Public propertyHazmatRadioactiveChemicalForm
Gets or sets Radioactive Material Chemical Form
Public propertyHazmatRadioactiveCsi
Gets or sets Radioactive Material Criticality Safety Index
Public propertyHazmatRadioactiveException
Gets or sets Radioactive Materials Exception
Public propertyHazmatRadioactiveName
Gets or sets Radioactive Material Name
Public propertyHazmatRadioactivePackaging
Gets or sets Radioactive Packaging Type
Public propertyHazmatRadioactivePhysicalForm
Gets or sets Radioactive Material Physical Form
Public propertyHazmatRadioactiveSurfaceReading
Gets or sets Radioactive Surface Reading
Public propertyHazmatRadioactiveTransportIndex
Gets or sets Radioactive Transport Index
Public propertyHazmatReference
Gets or sets Hazardous Material Reference
Public propertyHazmatRegulation
Gets or sets Hazardous Material Regulation
Public propertyHazmatRegulationSet
Gets or sets Hazardous Material Regulation Set
Public propertyHazmatReportableQuantity
Gets or sets Hazardous Material Reportable Quantity
Public propertyHazmatSpecialProvisions
Gets or sets Hazardous Material Special Provisions
Public propertyHazmatSubsidiaryRiskClass
Gets or sets Hazardous Material Subsidiary Risk Class
Public propertyHazmatTechnicalName
Gets or sets Hazardous Material Technical Name
Public propertyId
Gets or sets Id
Public propertySiteId
Gets or sets SiteId
Public propertyUserData1
User Data 1 - User Defined Data #1
Public propertyUserData2
User Data 2 - User Defined Data #2
Public propertyUserData3
User Data 3 - User Defined Data #3
Public propertyUserData4
User Data 4 - User Defined Data #4
Public propertyUserData5
User Data 5 - User Defined Data #5
Top
Methods
  NameDescription
Public methodClone
Makes a clone copy of the currently populated HazMatContent object.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also