Class ShippingConnectionParameters
Parameters used for connect to API
Inheritance
System.Object
ShippingConnectionParameters
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 ShippingConnectionParameters : INamed, IConfigurable
Constructors
ShippingConnectionParameters()
Declaration
public ShippingConnectionParameters()
ShippingConnectionParameters(IConfigSectionNode)
Declaration
public ShippingConnectionParameters(IConfigSectionNode node)
Parameters
ShippingConnectionParameters(String, String)
Declaration
public ShippingConnectionParameters(string connStr, string format = "laconf")
Parameters
Type |
Name |
Description |
System.String |
connStr |
|
System.String |
format |
|
Properties
Name
Declaration
[Config]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
User
Declaration
public User User { get; set; }
Property Value
Methods
Declaration
public virtual void Configure(IConfigSectionNode node)
Parameters
Make<TParams>(IConfigSectionNode)
Declaration
public static TParams Make<TParams>(IConfigSectionNode node)where TParams : ShippingConnectionParameters
Parameters
Returns
Type Parameters
Make<TParams>(String, String)
Declaration
public static TParams Make<TParams>(string connStr, string format = "laconf")where TParams : ShippingConnectionParameters
Parameters
Type |
Name |
Description |
System.String |
connStr |
|
System.String |
format |
|
Returns
Type Parameters
Implements
Extension Methods