Winter IoC Container

ServiceProvider Properties

The properties of the ServiceProvider class are listed below. For a complete list of ServiceProvider class members, see the ServiceProvider Members topic.

Public Instance Properties

Config Config for factory If not set, component will try to find it using GetService
Container (inherited from Component)Gets the IContainer that contains the Component.
Site 

Protected Instance Properties

CanRaiseEvents (inherited from Component)Gets a value indicating whether the component can raise an event.
DesignMode (inherited from Component)Gets a value that indicates whether the Component is currently in design mode.
Events (inherited from Component)Gets the list of event handlers that are attached to this Component.

Explicit Interface Implementations

INamedServiceProvider.GetService Service provider: get requested service by name.
IServiceProvider.GetService Service provider: get requested service by type.

See Also

ServiceProvider Class | NI.Winter Namespace