메소드 | 설명 | |
---|---|---|
DotNetNukeServiceLocator ( IContainer container ) : System |
Initializes a new instance of the DotNetNukeServiceLocator class.
|
메소드 | 설명 | |
---|---|---|
DoGetAllInstances ( |
When implemented by inheriting classes, this method will do the actual work of resolving all the requested service instances.
|
|
DoGetInstance ( |
When implemented by inheriting classes, this method will do the actual work of resolving the requested service instance.
|
protected DoGetAllInstances ( |
||
serviceType | Type of service requested. | |
리턴 | IEnumerable |
protected DoGetInstance ( |
||
serviceType | Type of instance requested. | |
key | string | Name of registered service you want. May be null. |
리턴 | object |
public DotNetNukeServiceLocator ( IContainer container ) : System | ||
container | IContainer | The container. |
리턴 | System |