Class ShippoConnectionParameters
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()
Namespace: NFX.Web.Shipping.Shippo
Assembly: NFX.Web.dll
Syntax
public class ShippoConnectionParameters : ShippingConnectionParameters, INamed, IConfigurable
Constructors
ShippoConnectionParameters()
Declaration
public ShippoConnectionParameters()
ShippoConnectionParameters(IConfigSectionNode)
Declaration
public ShippoConnectionParameters(IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
IConfigSectionNode | node |
ShippoConnectionParameters(String, String)
Declaration
public ShippoConnectionParameters(string connStr, string format = "laconf")
Parameters
Type | Name | Description |
---|---|---|
System.String | connStr | |
System.String | format |
Methods
Configure(IConfigSectionNode)
Declaration
public override void Configure(IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
IConfigSectionNode | node |