Class IShipmentExtensions
Extension methods for IShipment.
Inheritance
System.Object
IShipmentExtensions
Namespace: EPiServer.Commerce.Order
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0Syntax
public static class IShipmentExtensions : Object
Methods
CanBePacked(IShipment)
Determines whether an IShipment can be packed.
Declaration
public static bool CanBePacked(this IShipment shipment)
Parameters
Type | Name | Description |
---|---|---|
IShipment | shipment | The shipment. |
Returns
Type | Description |
---|---|
System.Boolean |
|