Открытые статические члены | Свойства

Класс TSLab.Utils.Locator

This class provides the ambient container for this application. If your framework defines such an ambient container, use Locator.Current to get it. Подробнее...

Полный список членов класса

Открытые статические члены

static void SetLocatorProvider (ServiceLocatorProvider newProvider)
 Set the delegate that is used to retrieve the current container.

Свойства

static IServiceLocator Current [get]
 The current ambient container.

Подробное описание

This class provides the ambient container for this application. If your framework defines such an ambient container, use Locator.Current to get it.


Методы

static void TSLab.Utils.Locator.SetLocatorProvider ( ServiceLocatorProvider  newProvider  )  [static]

Set the delegate that is used to retrieve the current container.

Аргументы:
newProvider Delegate that, when called, will return the current ambient container.

Полный список свойств

IServiceLocator TSLab.Utils.Locator.Current [static, get]

The current ambient container.