Class ManualConnectionParameters
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.Manual
Assembly: NFX.Web.dll
Syntax
public class ManualConnectionParameters : ShippingConnectionParameters, INamed, IConfigurable
Constructors
ManualConnectionParameters()
Declaration
public ManualConnectionParameters()
ManualConnectionParameters(IConfigSectionNode)
Declaration
public ManualConnectionParameters(IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
IConfigSectionNode | node |
ManualConnectionParameters(String, String)
Declaration
public ManualConnectionParameters(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 |