Class OrderConnection
Order Connection Element
Inheritance
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
public class OrderConnection : ConfigurationElement
Constructors
OrderConnection()
Initializes a new instance of the OrderConnection class.
Declaration
public OrderConnection()
Properties
ConfigurationAppDatabase
Uses ConnectionStringName property to retrieve connection string from ConnectionStrings portion of app/web.config file
Declaration
public string ConfigurationAppDatabase { get; }
Property Value
Type | Description |
---|---|
System.String | The configuration app database. |
ConfigurationConnectionStringName
Gets or sets the name of the configuration connection string.
Declaration
public string ConfigurationConnectionStringName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the configuration connection string. |
TransactionAppDatabase
Uses ConnectionStringName property to retrieve connection string from ConnectionStrings portion of app/web.config file
Declaration
public string TransactionAppDatabase { get; }
Property Value
Type | Description |
---|---|
System.String | The transaction app database. |
TransactionConnectionStringName
Gets or sets the name of the transaction connection string.
Declaration
public string TransactionConnectionStringName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the transaction connection string. |
Methods
IsReadOnly()
Gets a value indicating whether the System.Configuration.ConfigurationElement object is read-only.
Declaration
public override bool IsReadOnly()
Returns
Type | Description |
---|---|
System.Boolean | true if the System.Configuration.ConfigurationElement object is read-only; otherwise, false. |