Click or drag to resize

IBusinessObjectGetHazmatContents Method

Business rules hook that sets the list of available commodity contents that are available on the commodities screen in the shipping client.

Namespace:  PSI.Sox.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
List<HazmatContent> GetHazmatContents(
	List<HazmatContent> definedHazmatContents
)

Parameters

definedHazmatContents
Type: System.Collections.GenericListHazmatContent
Hazmat Contents from profile.

Return Value

Type: ListHazmatContent
List of Commodity Content
See Also