Class LazyServiceProvider
Inheritance
LazyServiceProvider
Assembly: DotNetNuke.Web.dll
Syntax
public class LazyServiceProvider : IServiceProvider, INotifyPropertyChanged
Constructors
LazyServiceProvider()
Declaration
public LazyServiceProvider()
Methods
GetService(Type)
Declaration
public object GetService(Type serviceType)
Parameters
| Type |
Name |
Description |
| Type |
serviceType |
|
Returns
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods