Method | Description | |
---|---|---|
ChooseBookStoreFromConfig ( ) : BookStoreFlag | ||
GetConfigVariable ( string key ) : string |
Looks for variable in app settings. Throws an exception of the key is not in the configuration.
|
|
GetConfiguredContainer ( ) : IUnityContainer |
Gets the configured Unity container.
|
|
RegisterTypes ( IUnityContainer container ) : void |
Registers the type mappings with the Unity container.
|
public static ChooseBookStoreFromConfig ( ) : BookStoreFlag | ||
return | BookStoreFlag |
public static GetConfigVariable ( string key ) : string | ||
key | string | |
return | string |
public static GetConfiguredContainer ( ) : IUnityContainer | ||
return | IUnityContainer |
public static RegisterTypes ( IUnityContainer container ) : void | ||
container | IUnityContainer | The unity container to configure. |
return | void |