Class MockConnectionParameters
Inheritance
System.Object
MockConnectionParameters
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 MockConnectionParameters : ConnectionParameters, INamed, IConfigurable
Constructors
MockConnectionParameters()
Declaration
public MockConnectionParameters()
MockConnectionParameters(IConfigSectionNode)
Declaration
public MockConnectionParameters(IConfigSectionNode node)
Parameters
MockConnectionParameters(String, String)
Declaration
public MockConnectionParameters(string connectString, string format = "laconf")
Parameters
Type |
Name |
Description |
System.String |
connectString |
|
System.String |
format |
|
Fields
CONFIG_ACCOUNT_ACTUAL_DATA_NODE
Declaration
public const string CONFIG_ACCOUNT_ACTUAL_DATA_NODE = "account-actual-data"
Field Value
Type |
Description |
System.String |
|
CONFIG_ACCOUNT_NUMBER_ATTR
Declaration
public const string CONFIG_ACCOUNT_NUMBER_ATTR = "account-number"
Field Value
Type |
Description |
System.String |
|
CONFIG_ACCOUNT_TYPE_ATTR
Declaration
public const string CONFIG_ACCOUNT_TYPE_ATTR = "account-type"
Field Value
Type |
Description |
System.String |
|
CONFIG_ACCOUNTS_SECTION
Declaration
public const string CONFIG_ACCOUNTS_SECTION = "accounts"
Field Value
Type |
Description |
System.String |
|
CONFIG_CARD_CVC_ATTR
Declaration
public const string CONFIG_CARD_CVC_ATTR = "cvc"
Field Value
Type |
Description |
System.String |
|
CONFIG_CARD_EXPMONTH_ATTR
Declaration
public const string CONFIG_CARD_EXPMONTH_ATTR = "exp-month"
Field Value
Type |
Description |
System.String |
|
CONFIG_CARD_EXPYEAR_ATTR
Declaration
public const string CONFIG_CARD_EXPYEAR_ATTR = "exp-year"
Field Value
Type |
Description |
System.String |
|
CONFIG_CARD_NUMBER_ATTR
Declaration
public const string CONFIG_CARD_NUMBER_ATTR = "number"
Field Value
Type |
Description |
System.String |
|
CONFIG_EMAIL_ATTR
Declaration
public const string CONFIG_EMAIL_ATTR = "email"
Field Value
Type |
Description |
System.String |
|
CONFIG_ROUTING_NUMBER_ATTR
Declaration
public const string CONFIG_ROUTING_NUMBER_ATTR = "routing-number"
Field Value
Type |
Description |
System.String |
|
MOCK_REALM
Declaration
public const string MOCK_REALM = "MOCK_PAY_REALM"
Field Value
Type |
Description |
System.String |
|
Methods
Declaration
public override void Configure(IConfigSectionNode node)
Parameters
Overrides
Implements
Extension Methods