C# Class DotNetShipping.ShippingProviders.FedExProvider

Provides rates from FedEx (Federal Express) excluding SmartPost. Please use FedExSmartPostProvider for SmartPost rates.
Inheritance: FedExBaseProvider
Afficher le fichier Open project: kylewest/DotNetShipping Class Usage Examples

Méthodes publiques

Méthode Description
FedExProvider ( ) : System

Paramaterless constructor that loads settings from app.config

FedExProvider ( string key, string password, string accountNumber, string meterNumber ) : System

FedExProvider ( string key, string password, string accountNumber, string meterNumber, bool useProduction ) : System

Méthodes protégées

Méthode Description
SetServiceCodes ( ) : void

Sets service codes.

SetShipmentDetails ( DotNetShipping.RateServiceWebReference.RateRequest request ) : void

Sets shipment details

Private Methods

Méthode Description
Init ( string key, string password, string accountNumber, string meterNumber, bool useProduction ) : void

Method Details

FedExProvider() public méthode

Paramaterless constructor that loads settings from app.config
public FedExProvider ( ) : System
Résultat System

FedExProvider() public méthode

public FedExProvider ( string key, string password, string accountNumber, string meterNumber ) : System
key string
password string
accountNumber string
meterNumber string
Résultat System

FedExProvider() public méthode

public FedExProvider ( string key, string password, string accountNumber, string meterNumber, bool useProduction ) : System
key string
password string
accountNumber string
meterNumber string
useProduction bool
Résultat System

SetServiceCodes() protected final méthode

Sets service codes.
protected final SetServiceCodes ( ) : void
Résultat void

SetShipmentDetails() protected final méthode

Sets shipment details
protected final SetShipmentDetails ( DotNetShipping.RateServiceWebReference.RateRequest request ) : void
request DotNetShipping.RateServiceWebReference.RateRequest
Résultat void