Метод | Описание | |
---|---|---|
ChooseBookStoreFromConfig ( ) : BookStoreFlag | ||
GetConfigVariable ( string key ) : string |
Looks for variable in app settings. Throws an exception of the key is not in the configuration.
|
|
RegisterTypes ( IUnityContainer container ) : void |
Registers the type mappings with the Unity container.
|
public static ChooseBookStoreFromConfig ( ) : BookStoreFlag | ||
Результат | BookStoreFlag |
public static GetConfigVariable ( string key ) : string | ||
key | string | |
Результат | string |
public static RegisterTypes ( IUnityContainer container ) : void | ||
container | IUnityContainer | The unity container to configure. |
Результат | void |