Class ManualSystem
Inheritance
System.Object
ManualSystem
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: NFX.Web.dll
Syntax
public class ManualSystem : ShippingSystem, IApplicationComponent, IDisposable, IService, INamed, ILocalizedTimeProvider, IWebClientCaller, IShippingSystemImplementation, IShippingSystem, IConfigurable, IInstrumentable, IExternallyParameterized
Constructors
ManualSystem(String, IConfigSectionNode)
Declaration
public ManualSystem(string name, IConfigSectionNode node)
Parameters
ManualSystem(String, IConfigSectionNode, Object)
Declaration
public ManualSystem(string name, IConfigSectionNode node, object director)
Parameters
Fields
MANUAL_REALM
Declaration
public const string MANUAL_REALM = "manual-system"
Field Value
Type |
Description |
System.String |
|
Properties
Capabilities
Declaration
public override IShippingSystemCapabilities Capabilities { get; }
Property Value
Overrides
Methods
CreateLabel(ShippingSession, IShippingContext, Shipment)
Declaration
public override Label CreateLabel(ShippingSession session, IShippingContext context, Shipment shipment)
Parameters
Returns
Overrides
DoStartSession(ShippingConnectionParameters)
Declaration
protected override ShippingSession DoStartSession(ShippingConnectionParameters cParams = null)
Parameters
Returns
Overrides
EstimateShippingCost(ShippingSession, IShippingContext, Shipment)
Declaration
public override ShippingRate EstimateShippingCost(ShippingSession session, IShippingContext context, Shipment shipment)
Parameters
Returns
Overrides
MakeDefaultSessionConnectParams(IConfigSectionNode)
Declaration
protected override ShippingConnectionParameters MakeDefaultSessionConnectParams(IConfigSectionNode paramsSection)
Parameters
Returns
Overrides
ValidateAddress(ShippingSession, IShippingContext, Address, out ValidateShippingAddressException)
Declaration
public override Address ValidateAddress(ShippingSession session, IShippingContext context, Address address, out ValidateShippingAddressException error)
Parameters
Returns
Overrides
Implements
System.IDisposable
Extension Methods