Method BindConfiguration
BindConfiguration<T>(T)
Binds the store configuration with the purchasing binder.
Declaration
protected void BindConfiguration<T>(T instance) where T : IStoreConfiguration
Parameters
| Type | Name | Description |
|---|---|---|
| T | instance | Instance of the store configuration |
Type Parameters
| Name | Description |
|---|---|
| T | Implementation of |