Method Instance
Instance(IPurchasingModule, params IPurchasingModule[])
Create an instance of the configuration builder.
Declaration
public static ConfigurationBuilder Instance(IPurchasingModule first, params IPurchasingModule[] rest)
Parameters
| Type | Name | Description |
|---|---|---|
| IPurchasingModule | first | The first purchasing module. |
| IPurchasingModule[] | rest | The remaining purchasing modules, excluding the one passes as first. |
Returns
| Type | Description |
|---|---|
| ConfigurationBuilder | The instance of the configuration builder as specified. |