[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.ShippingAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract Label CreateLabel(
ShippingSession session,
IShippingContext context,
Shipment shipment
)
public abstract Label CreateLabel(
ShippingSession session,
IShippingContext context,
Shipment shipment
)
Public MustOverride Function CreateLabel (
session As ShippingSession,
context As IShippingContext,
shipment As Shipment
) As Label
Public MustOverride Function CreateLabel (
session As ShippingSession,
context As IShippingContext,
shipment As Shipment
) As Label
public:
virtual Label CreateLabel(
ShippingSession^ session,
IShippingContext^ context,
Shipment^ shipment
) abstract
public:
virtual Label CreateLabel(
ShippingSession^ session,
IShippingContext^ context,
Shipment^ shipment
) abstract
abstract CreateLabel :
session : ShippingSession *
context : IShippingContext *
shipment : Shipment -> Label
abstract CreateLabel :
session : ShippingSession *
context : IShippingContext *
shipment : Shipment -> Label
Return Value
Type:
LabelImplements
IShippingSystem CreateLabel(ShippingSession, IShippingContext, Shipment)